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:06:42 +0000 | 
| commit | 2d01180515235fb0a7edee03b2adeed2e5417c10 (patch) | |
| tree | 37a1a2c6efc60eb23e3db946c189024096d9cd3f | |
| parent | de237c079ea1b2cf236191959770244c1205f3c2 (diff) | |
| download | openembedded-core-2d01180515235fb0a7edee03b2adeed2e5417c10.tar.gz openembedded-core-2d01180515235fb0a7edee03b2adeed2e5417c10.tar.bz2 openembedded-core-2d01180515235fb0a7edee03b2adeed2e5417c10.zip | |
libxml-parser-perl: fix LICENSE to be more accurate
XML::Parser is distributed under the same licenses as Perl itself.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
| -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 26241e884c..a2fa90cfa9 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" | 
