[oe-commits] Tim Orling : librole-tiny-perl: add 2.000001 recipe

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


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

Author: Tim Orling <ticotimo at gmail.com>
Date:   Fri Aug 14 09:13:26 2015 -0700

librole-tiny-perl: add 2.000001 recipe

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

---

 .../librole/librole-tiny-perl_2.000001.bb          | 29 ++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb
new file mode 100644
index 0000000..9a8ec2e
--- /dev/null
+++ b/meta-perl/recipes-perl/librole/librole-tiny-perl_2.000001.bb
@@ -0,0 +1,29 @@
+SUMMARY = "Role::Tiny - Roles. Like a nouvelle cousine portion size of Moose."
+DESCRIPTION = "\"Role::Tiny\" is a minimalist role composition tool."
+
+SECTION = "libs"
+
+HOMEPAGE = "https://metacpan.org/pod/Role-Tiny"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;beginline=172;endline=209;md5=26df7e7c20551fb1906e2286624f0b71"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Role-Tiny-${PV}.tar.gz"
+SRC_URI[md5sum] = "f350f1f8c13652bf85da172380b39ec8"
+SRC_URI[sha256sum] = "31883410a7c85d6dc7501c718b1f83edba013a7b9bbccf0338a1033c391f296d"
+
+S = "${WORKDIR}/Role-Tiny-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " perl-module-exporter \
+                   perl-module-strict \
+                   perl-module-test-more \
+                   perl-module-warnings \
+"
+
+RPROVIDES_${PN} = " librole-tiny-perl \
+                    librole-tiny-with-perl \
+"
+
+BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list