summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorSaul Wold <saul.wold@windriver.com>2022-08-17 08:08:53 -0700
committerKhem Raj <raj.khem@gmail.com>2022-08-17 09:35:42 -0700
commit2000da265c3dd5e864746c6d521f85a2b9e92df9 (patch)
tree83b6b4f9684232c16c39d866f4918162726bbb6d /meta-perl
parent3e32cad36830907aaa0f2dafacc505205adfe308 (diff)
downloadmeta-openembedded-2000da265c3dd5e864746c6d521f85a2b9e92df9.tar.gz
libxml-libxml-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/libxml/libxml-libxml-perl_2.0134.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
index c2898a9012..c2ea47ae5b 100644
--- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
+++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb
@@ -8,7 +8,7 @@ your programs."
8 8
9HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/" 9HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/"
10SECTION = "libs" 10SECTION = "libs"
11LICENSE = "Artistic-1.0|GPL-1.0-or-later" 11LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
12DEPENDS += "libxml2 \ 12DEPENDS += "libxml2 \
13 libxml-sax-perl-native \ 13 libxml-sax-perl-native \
14 zlib \ 14 zlib \