diff options
-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" | |||
17 | HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/" | 17 | HOMEPAGE = "http://search.cpan.org/~zefram/Module-Runtime/" |
18 | 18 | ||
19 | LICENSE = "Artistic-1.0 | GPL-1.0+" | 19 | LICENSE = "Artistic-1.0 | GPL-1.0+" |
20 | LIC_FILES_CHKSUM = "file://README;beginline=43;endline=44;md5=62e24a93342fede7221d66335c716f34" | 20 | LIC_FILES_CHKSUM = "file://README;beginline=45;endline=46;md5=62e24a93342fede7221d66335c716f34" |
21 | 21 | ||
22 | SRC_URI = "${CPAN_MIRROR}/authors/id/Z/ZE/ZEFRAM/Module-Runtime-${PV}.tar.gz" | 22 | SRCNAME = "module-runtime" |
23 | SRC_URI[md5sum] = "a6597bc25536a30476f0d75b64d35734" | 23 | SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz" |
24 | SRC_URI[sha256sum] = "4c44fe0ea255a9fd00741ee545063f6692d2a28e7ef2fbaad1b24a92803362a4" | 24 | SRC_URI[md5sum] = "ad6ca179c978aa02ac8aa29244ef9beb" |
25 | SRC_URI[sha256sum] = "59effa82b3f6986d28de6154a8f2428157691004d951f936a81e851f4dbcb045" | ||
25 | 26 | ||
26 | S = "${WORKDIR}/Module-Runtime-${PV}" | 27 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
27 | 28 | ||
28 | inherit cpan_build | 29 | inherit cpan |
29 | 30 | ||
30 | RDEPENDS_${PN} = " perl-module-test-more \ | 31 | RDEPENDS_${PN} = " perl-module-test-more \ |
31 | perl-module-strict \ | 32 | perl-module-strict \ |
32 | perl-module-build \ | ||
33 | " | 33 | " |
34 | 34 | ||
35 | BBCLASSEXTEND = "native" | 35 | BBCLASSEXTEND = "native" |