mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
perl-modules: Fix LICENSE fields to mention the correct license versions
(From OE-Core rev: aca5eb8cda9a26b5bb9c2f1e45f2e5c1af643da0) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
DESCRIPTION = "XML::Parser - A perl module for parsing XML documents"
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1"
|
||||
|
||||
DEPENDS += "expat expat-native"
|
||||
|
||||
PR = "r1"
|
||||
PR = "r2"
|
||||
|
||||
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "c320d2ffa459e6cdc6f9f59c1185855e"
|
||||
|
||||
Reference in New Issue
Block a user