diff options
| author | Saul Wold <saul.wold@windriver.com> | 2022-08-29 08:24:12 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-09-04 07:52:14 -0400 |
| commit | d933c7242c59bdda36fe8895ea730a7721f094f4 (patch) | |
| tree | 36aece956aecc5ed73d68f83ff37e4ffec572745 /meta-perl | |
| parent | 7e3599795a420d9a6e7b2fdb0747c6849909ff9b (diff) | |
| download | meta-openembedded-d933c7242c59bdda36fe8895ea730a7721f094f4.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>
Signed-off-by: Armin Kuster <akuster808@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 \ |
