[kirkstone][oe][meta-perl 08/10] libxml-libxml-perl: Fix LICENSE string
Saul Wold
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@...> Signed-off-by: Khem Raj <raj.khem@...> --- meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0134.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c2898a901..c2ea47ae5 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." 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 \ -- 2.32.0 |
|