aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2015-07-31 07:23:58 -0700
committerTim Orling <TicoTimo@gmail.com>2015-07-31 07:23:58 -0700
commit4b73e6869451e15d5b779fdc70f3d01fefab7b3b (patch)
treed46d541bc03b5b8dfc7b03f1c394a8da0874f78e
parent00933e6601c47f807f52a3b1dd77fbf30cd72aac (diff)
downloadmeta-openembedded-contrib-4b73e6869451e15d5b779fdc70f3d01fefab7b3b.tar.gz
libmodule-runtime-perl: update to 0.015
* Convert from Module::Build to ExtUtils::MakeMaker * Temporarily use github repository until upstream merges change Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.015.bb (renamed from meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.014.bb)14
1 files changed, 7 insertions, 7 deletions
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.014.bb b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.015.bb
index d68ae2a888..b92842c463 100644
--- a/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.014.bb
+++ b/meta-perl/recipes-perl/libmodule/libmodule-runtime-perl_0.015.bb
@@ -17,19 +17,19 @@ SECTION = "libs"
HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/"
LICENSE = "Artistic-1.0 | GPL-1.0+"
-LIC_FILES_CHKSUM = "file://README;beginline=43;endline=44;md5=62e24a93342fede7221d66335c716f34"
+LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=62e24a93342fede7221d66335c716f34"
-SRC_URI = "${CPAN_MIRROR}/authors/id/Z/ZE/ZEFRAM/Module-Runtime-${PV}.tar.gz"
-SRC_URI[md5sum] = "a6597bc25536a30476f0d75b64d35734"
-SRC_URI[sha256sum] = "4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4"
+SRCNAME = "module-runtime"
+SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz"
+SRC_URI[md5sum] = "ad6ca179c978aa02ac8aa29244ef9beb"
+SRC_URI[sha256sum] = "59effa82b3f6986d28de6154a8f2428157691004d951f936a81e851f4dbcb045"
-S = "${WORKDIR}/Module-Runtime-${PV}"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
-inherit cpan_build
+inherit cpan
RDEPENDS_${PN} = " perl-module-test-more \
perl-module-strict \
- perl-module-build \
"
BBCLASSEXTEND = "native"