diff options
-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 b916918070..76cac5089a 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 \ |