diff options
author | Tim Orling <ticotimo@gmail.com> | 2015-07-31 07:22:08 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-18 11:38:08 +0200 |
commit | 011d69713c7c8439ffccba49c61c72f64e4b52da (patch) | |
tree | baa730a496f5f1c018ba541c4ed5c4f4fe37bfdb /meta-perl/recipes-perl/libmodule | |
parent | f7c67960b4faebc8048a11c47661e4d85400bd25 (diff) | |
download | meta-openembedded-011d69713c7c8439ffccba49c61c72f64e4b52da.tar.gz |
libmodule-pluggable-perl: Update to 5.2
* Convert from Module::Build to ExtUtils::MakeMaker
* Temporarily use github repository until change is merged upstream
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libmodule')
-rw-r--r-- | meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb (renamed from meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb index b91691807..76cac5089 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.1.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb | |||
@@ -17,13 +17,13 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
17 | LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda25db0b38fcc41086" | 17 | LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda25db0b38fcc41086" |
18 | 18 | ||
19 | SRCNAME = "Module-Pluggable" | 19 | SRCNAME = "Module-Pluggable" |
20 | SRC_URI = "${CPAN_MIRROR}/authors/id/S/SI/SIMONW/${SRCNAME}-${PV}.tar.gz" | 20 | SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz" |
21 | SRC_URI[md5sum] = "1b71ed7a67ad8c048d1499540bc892ba" | 21 | SRC_URI[md5sum] = "e32475d6ff5843f738cedacd3b7a2cdb" |
22 | SRC_URI[sha256sum] = "e2dc354043bb16f1f3df8c4bb26070b26e594819f218cf8b8ac19e79c720916f" | 22 | SRC_URI[sha256sum] = "58c62292eea6d06959eba1b97598650813211265403242d57efb2f605c96059f" |
23 | 23 | ||
24 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 24 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
25 | 25 | ||
26 | inherit cpan_build | 26 | inherit cpan |
27 | 27 | ||
28 | RDEPENDS_${PN} = " perl-module-base \ | 28 | RDEPENDS_${PN} = " perl-module-base \ |
29 | perl-module-deprecate \ | 29 | perl-module-deprecate \ |