summaryrefslogtreecommitdiffstats
path: root/meta-perl
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2015-08-04 21:29:15 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2015-08-24 13:56:27 +0200
commit1d6549dc46ed1e3f8fa7e5168a5019f255baf080 (patch)
tree4557bac568e9fd9678779d08c4dd07bb466de4e8 /meta-perl
parentf13f3b2f20d5a4d14c084a7965034570bdc56319 (diff)
downloadmeta-openembedded-1d6549dc46ed1e3f8fa7e5168a5019f255baf080.tar.gz
libcapture-tiny-perl: update to 0.30
* drop libmodule-build-perl dependency * add perl-module-overloading dependency Signed-off-by: Tim Orling <TicoTimo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl')
-rw-r--r--meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb (renamed from meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb)11
1 files changed, 6 insertions, 5 deletions
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb
index 023748508..3a3f84317 100644
--- a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb
+++ b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb
@@ -13,11 +13,12 @@ HOMEPAGE = "http://search.cpan.org/~dagolden/Capture-Tiny/"
13LICENSE = "Artistic-1.0 | GPL-1.0+" 13LICENSE = "Artistic-1.0 | GPL-1.0+"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f" 14LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f"
15 15
16SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-${PV}.tar.gz" 16SRCNAME = "Capture-Tiny"
17SRC_URI[md5sum] = "718e9d62c4a27a3207cf8506cb99d846" 17SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz"
18SRC_URI[sha256sum] = "9bcf6f8472f8ea50401536cb070ac0c7770837d155c4d6abe212759863aae065" 18SRC_URI[md5sum] = "7b0fbdbf4199724df1e53fe0b3e2ef4c"
19SRC_URI[sha256sum] = "a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea"
19 20
20S = "${WORKDIR}/Capture-Tiny-${PV}" 21S = "${WORKDIR}/${SRCNAME}-${PV}"
21 22
22inherit cpan 23inherit cpan
23 24
@@ -30,7 +31,7 @@ RDEPENDS_${PN} = " perl-module-scalar-util \
30 perl-module-test-more \ 31 perl-module-test-more \
31 perl-module-file-temp \ 32 perl-module-file-temp \
32 perl-module-lib \ 33 perl-module-lib \
33 perl-module-build \ 34 perl-module-overloading \
34" 35"
35 36
36BBCLASSEXTEND = "native" 37BBCLASSEXTEND = "native"