mirror of
https://git.yoctoproject.org/poky
synced 2026-04-09 11:02:22 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fee4f23e2c
commit
8910c5e39c
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user