summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2018-02-21 22:26:30 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-01 16:12:56 -0800
commit78ebb631c86ab61ec3750db85e1ce0d42ce1a2de (patch)
tree494a43264bd425b2f7163193c0bddf1c19391c6c /meta-perl
parentf988ce34a84eac5919a95b1726aca7b97ab2d182 (diff)
downloadmeta-openembedded-78ebb631c86ab61ec3750db85e1ce0d42ce1a2de.tar.gz
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 <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libmodule/libmodule-pluggable-perl_5.2.bb11
1 files changed, 8 insertions, 3 deletions
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 c73a15a4f..aed65d3a8 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+"
17LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda25db0b38fcc41086" 17LIC_FILES_CHKSUM = "file://README;beginline=322;endline=325;md5=086450ce010f6fda25db0b38fcc41086"
18 18
19SRCNAME = "Module-Pluggable" 19SRCNAME = "Module-Pluggable"
20SRC_URI = "https://github.com/moto-timo/${SRCNAME}/archive/${PV}.tar.gz" 20SRC_URI = "${CPAN_MIRROR}/authors/id/S/SI/SIMONW/${SRCNAME}-${PV}.tar.gz"
21SRC_URI[md5sum] = "e32475d6ff5843f738cedacd3b7a2cdb" 21SRC_URI[md5sum] = "87ce2971662efd0b69a81bb4dc9ea76c"
22SRC_URI[sha256sum] = "58c62292eea6d06959eba1b97598650813211265403242d57efb2f605c96059f" 22SRC_URI[sha256sum] = "b3f2ad45e4fd10b3fb90d912d78d8b795ab295480db56dc64e86b9fa75c5a6df"
23
24PR = "r1"
25
26UPSTREAM_CHECK_REGEX = "Module\-Pluggable\-(?P<pver>(\d+\.\d+))"
27UPSTREAM_CHECK_URI = "https://metacpan.org/release/${SRCNAME}"
23 28
24S = "${WORKDIR}/${SRCNAME}-${PV}" 29S = "${WORKDIR}/${SRCNAME}-${PV}"
25 30