From 78ebb631c86ab61ec3750db85e1ce0d42ce1a2de Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Wed, 21 Feb 2018 22:26:30 -0800 Subject: libmodule-pluggable-perl: use upstream instead of github.com/moto-timo Upstream has updated the build system to use EUMM, so the fix on github.com/moto-timo is no longer needed. Because the versions where out of sync, reflect the bump in PR. Add UPSTREAM_CHECK_REGEX to properly catch upstream updates. Signed-off-by: Tim Orling Signed-off-by: Armin Kuster --- .../recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'meta-perl/recipes-perl') diff --git a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb index c73a15a4fe..aed65d3a8b 100644 --- a/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb +++ b/meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb @@ -17,9 +17,14 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda25db0b38fcc41086" SRCNAME = "Module-Pluggable" -SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz" -SRC_URI[md5sum] = "e32475d6ff5843f738cedacd3b7a2cdb" -SRC_URI[sha256sum] = "58c62292eea6d06959eba1b97598650813211265403242d57efb2f605c96059f" +SRC_URI = "${CPAN_MIRROR}/authors/id/S/SI/SIMONW/${SRCNAME}-${PV}.tar.gz" +SRC_URI[md5sum] = "87ce2971662efd0b69a81bb4dc9ea76c" +SRC_URI[sha256sum] = "b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df" + +PR = "r1" + +UPSTREAM_CHECK_REGEX = "Module\-Pluggable\-(?P(\d+\.\d+))" +UPSTREAM_CHECK_URI = "https://metacpan.org/release/${SRCNAME}" S = "${WORKDIR}/${SRCNAME}-${PV}" -- cgit 1.2.3-korg