aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-01-20 21:53:08 -0800
committerTim Orling <timothy.t.orling@linux.intel.com>2018-01-21 14:36:05 -0800
commita7db1f261998d4c45fa41806cbb370e3bc7a04ae (patch)
tree70881a7a58126581a14dcc808d51a4fb519fc94f
parentd57d839bd9663c4f808ed512164e4bcccf8e445d (diff)
downloadmeta-openembedded-contrib-a7db1f261998d4c45fa41806cbb370e3bc7a04ae.tar.gz
librole-tiny-perl: upgrade 2.000005 -> 2.000006
Changes: 2.000006 - 2017-11-08 - account for code references stored directly in stash (for perl 5.28) - work around hint leakage when loading modules in perl 5.8 and 5.10.1 Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
-rw-r--r--meta-perl/recipes-perl/librole/librole-tiny-perl_2.000006.bb (renamed from meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000006.bb
index f684f684bf..c2755ea0f7 100644
--- a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000005.bb
+++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000006.bb
@@ -9,8 +9,8 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
LIC_FILES_CHKSUM = "file://README;beginline=177;endline=214;md5=26df7e7c20551fb1906e2286624f0b71"
SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz"
-SRC_URI[md5sum] = "c8c5cf1e02d2e0a1ed22530b55b67d66"
-SRC_URI[sha256sum] = "593a29b621e029bf0218d0154d5dfdf6ec502afc49adeeadae6afd0c70063115"
+SRC_URI[md5sum] = "7c277728a7e090f64b495857cadfed08"
+SRC_URI[sha256sum] = "cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382"
S = "${WORKDIR}/Role-Tiny-${PV}"