mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
libxml-simple-perl: Upgrade to 2.20
Change license file to LICENSE, which now contails both Artistic-1.0 and GPL-1.0 License text (From OE-Core rev: b92478f8067e1b69bbe7338e3c0a3b082c6df46d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2ba070d906
commit
f679d152df
18
meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
Normal file
18
meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
Normal file
@@ -0,0 +1,18 @@
|
||||
SECTION = "libs"
|
||||
LICENSE = "Artistic-1.0 | GPL-1.0"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=e7dbb3e2241fac8457967053fc1a1ddb"
|
||||
DEPENDS += "libxml-parser-perl"
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "4d10964e123b76eca36678464daa63cd"
|
||||
SRC_URI[sha256sum] = "5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a"
|
||||
|
||||
S = "${WORKDIR}/XML-Simple-${PV}"
|
||||
|
||||
EXTRA_PERLFLAGS = "-I ${STAGING_LIBDIR_NATIVE}/perl-native/perl/${@get_perl_version(d)}"
|
||||
|
||||
inherit cpan
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user