[oe-commits] Tim Orling : libextutils-installpaths-perl: add 0.010

git at git.openembedded.org git at git.openembedded.org
Tue Jun 10 10:44:01 UTC 2014


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

Author: Tim Orling <TicoTimo at gmail.com>
Date:   Wed May 21 00:43:39 2014 -0700

libextutils-installpaths-perl: add 0.010

[Description from CPAN]
This module tries to make install path resolution as easy
as possible.

* Add ${CPAN_MIRROR} option

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

---

 .../libextutils-installpaths-perl_0.010.bb         | 25 ++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb
new file mode 100644
index 0000000..8de375d
--- /dev/null
+++ b/meta-perl/recipes-perl/libextutils/libextutils-installpaths-perl_0.010.bb
@@ -0,0 +1,25 @@
+SUMMARY = "ExtUtils::InstallPaths - Build.PL install path logic made easy"
+DESCRIPTION = "This module tries to make install path resolution as easy \
+as possible."
+SECTION = "libs"
+
+HOMEPAGE = "http://search.cpan.org/~leont/ExtUtils-InstallPaths/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=15bbcc2806d297df9e944b8955b38d82"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-${PV}.tar.gz"
+SRC_URI[md5sum] = "f0b00cc6c04653588a6298fa1f16c07f"
+SRC_URI[sha256sum] = "d14cbff118e467900c2c488b55b83ef697d6eb1b8f592c0521f1d82848bf2156"
+
+S = "${WORKDIR}/ExtUtils-InstallPaths-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-extutils-makemaker \
+                   perl-module-data-dumper \
+                   perl-module-test-more \
+                   perl-module-file-temp \
+"
+
+BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list