summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorSaul Wold <saul.wold@windriver.com>2022-08-17 08:08:49 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-17 09:35:42 -0700
commit75eb15e16c817cd53ce0896e2ba5e3416205a6b4 (patch)
tree4f563b92b4ed0c4b744ed0a144c4e87c9ccc6c58 /meta-perl
parentb4fffac1e1e44612ea1a6023c8c19107f3530e35 (diff)
downloadmeta-openembedded-75eb15e16c817cd53ce0896e2ba5e3416205a6b4.tar.gz
libmime-types-perl: Fix LICENSE string
The create_spdx bbclass does not currently handle the lack of spaces around the op (| or &). For now fix the LICENSE string. Signed-off-by: Saul Wold <saul.wold@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb
index 2c06728ed2..d1f6f8c59c 100644
--- a/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb
+++ b/meta-perl/recipes-perl/libmime/libmime-types-perl_2.17.bb
@@ -8,7 +8,7 @@ one known mime type."
8HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}" 8HOMEPAGE = "http://search.cpan.org/~markov/MIME-Types-${PV}"
9SECTION = "libraries" 9SECTION = "libraries"
10 10
11LICENSE = "Artistic-1.0|GPL-1.0-or-later" 11LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8" 12LIC_FILES_CHKSUM = "file://META.yml;beginline=11;endline=11;md5=963ce28228347875ace682de56eef8e8"
13 13
14SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \ 14SRC_URI = "http://search.cpan.org/CPAN/authors/id/M/MA/MARKOV/MIME-Types-${PV}.tar.gz \