mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01: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/"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0|GPL-1.0-or-later"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
|
||||
DEPENDS += "libxml2 \
|
||||
libxml-sax-perl-native \
|
||||
zlib \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user