diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-01-13 12:17:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:23 +0000 |
commit | 8910c5e39cccd5d706dcf2ae6c0e24279fe4121a (patch) | |
tree | fab0b57626a1f1366afe3bc27a30a6b3bf6efca6 /meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb | |
parent | fee4f23e2ca9816a8d0f57b70b778c5842d6c26a (diff) | |
download | ast2050-yocto-poky-8910c5e39cccd5d706dcf2ae6c0e24279fe4121a.zip ast2050-yocto-poky-8910c5e39cccd5d706dcf2ae6c0e24279fe4121a.tar.gz |
libxml-parser-perl: fix LICENSE to be more accurate
XML::Parser is distributed under the same licenses as Perl itself.
(From OE-Core rev: 2d01180515235fb0a7edee03b2adeed2e5417c10)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb')
-rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb index 26241e8..a2fa90c 100644 --- a/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.41.bb @@ -1,6 +1,6 @@ SUMMARY = "XML::Parser - A perl module for parsing XML documents" SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0" +LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" DEPENDS += "expat expat-native" |