diff options
author | Saul Wold <saul.wold@windriver.com> | 2022-08-17 08:08:53 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-17 09:35:42 -0700 |
commit | 2000da265c3dd5e864746c6d521f85a2b9e92df9 (patch) | |
tree | 83b6b4f9684232c16c39d866f4918162726bbb6d /meta-perl | |
parent | 3e32cad36830907aaa0f2dafacc505205adfe308 (diff) | |
download | meta-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.bb | 2 |
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 | ||
9 | HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/" | 9 | HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/" |
10 | SECTION = "libs" | 10 | SECTION = "libs" |
11 | LICENSE = "Artistic-1.0|GPL-1.0-or-later" | 11 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
12 | DEPENDS += "libxml2 \ | 12 | DEPENDS += "libxml2 \ |
13 | libxml-sax-perl-native \ | 13 | libxml-sax-perl-native \ |
14 | zlib \ | 14 | zlib \ |