[oe-commits] Tim Orling : libcapture-tiny-perl: update to 0.30

git at git.openembedded.org git at git.openembedded.org
Mon Aug 24 12:02:28 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 1d6549dc46ed1e3f8fa7e5168a5019f255baf080
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1d6549dc46ed1e3f8fa7e5168a5019f255baf080

Author: Tim Orling <ticotimo at gmail.com>
Date:   Tue Aug  4 21:29:15 2015 -0700

libcapture-tiny-perl: update to 0.30

* drop libmodule-build-perl dependency
* add perl-module-overloading dependency

Signed-off-by: Tim Orling <TicoTimo at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 ...capture-tiny-perl_0.24.bb => libcapture-tiny-perl_0.30.bb} | 11 ++++++-----
 1 file 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
similarity index 78%
rename from meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.24.bb
rename to meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb
index 0237485..3a3f843 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/"
 LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f"
 
-SRC_URI = "http://search.cpan.org/CPAN/authors/id/D/DA/DAGOLDEN/Capture-Tiny-${PV}.tar.gz"
-SRC_URI[md5sum] = "718e9d62c4a27a3207cf8506cb99d846"
-SRC_URI[sha256sum] = "9bcf6f8472f8ea50401536cb070ac0c7770837d155c4d6abe212759863aae065"
+SRCNAME = "Capture-Tiny"
+SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz"
+SRC_URI[md5sum] = "7b0fbdbf4199724df1e53fe0b3e2ef4c"
+SRC_URI[sha256sum] = "a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea"
 
-S = "${WORKDIR}/Capture-Tiny-${PV}"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 inherit cpan
 
@@ -30,7 +31,7 @@ RDEPENDS_${PN} = " perl-module-scalar-util \
                    perl-module-test-more \
                    perl-module-file-temp \
                    perl-module-lib \
-                   perl-module-build \
+                   perl-module-overloading \
 "
 
 BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list