aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-06-23 12:10:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-25 16:32:16 +0100
commitb92478f8067e1b69bbe7338e3c0a3b082c6df46d (patch)
treed28c60abb5c0ce1b67a66e9a63cdc585397d836b /meta/recipes-devtools/perl
parentb13b2894217ba085931b2a0410b7715d7fa13868 (diff)
downloadopenembedded-core-b92478f8067e1b69bbe7338e3c0a3b082c6df46d.tar.gz
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 Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/perl')
-rw-r--r--meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb (renamed from meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb b/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
index 1e22cdd613..6434ff726c 100644
--- a/meta/recipes-devtools/perl/libxml-simple-perl_2.18.bb
+++ b/meta/recipes-devtools/perl/libxml-simple-perl_2.20.bb
@@ -1,13 +1,13 @@
SECTION = "libs"
LICENSE = "Artistic-1.0 | GPL-1.0"
-LIC_FILES_CHKSUM = "file://README;beginline=70;md5=94aa5d46682b411a53a5494cfb22640e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=e7dbb3e2241fac8457967053fc1a1ddb"
DEPENDS += "libxml-parser-perl"
-PR = "r5"
+PR = "r0"
SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Simple-${PV}.tar.gz"
-SRC_URI[md5sum] = "593aa8001e5c301cdcdb4bb3b63abc33"
-SRC_URI[sha256sum] = "a54967c188cda3e20f496c83be4de3f1740eeaa83c0380712ecd969ad8766826"
+SRC_URI[md5sum] = "4d10964e123b76eca36678464daa63cd"
+SRC_URI[sha256sum] = "5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a"
S = "${WORKDIR}/XML-Simple-${PV}"