mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-12 11:23:36 +00:00
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>
This commit is contained in:
parent
3e32cad368
commit
2000da265c
@ -8,7 +8,7 @@ your programs."
|
|||||||
|
|
||||||
HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/"
|
HOMEPAGE = "http://search.cpan.org/dist/XML-LibXML-1.99/"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
LICENSE = "Artistic-1.0|GPL-1.0-or-later"
|
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||||
DEPENDS += "libxml2 \
|
DEPENDS += "libxml2 \
|
||||||
libxml-sax-perl-native \
|
libxml-sax-perl-native \
|
||||||
zlib \
|
zlib \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user