[oe-commits] Tim Orling : libdevel-globaldestruction-perl: add 0.13 recipe

git at git.openembedded.org git at git.openembedded.org
Mon Aug 24 11:56:54 UTC 2015


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

Author: Tim Orling <ticotimo at gmail.com>
Date:   Thu Aug 13 08:31:58 2015 -0700

libdevel-globaldestruction-perl: add 0.13 recipe

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

---

 .../libdevel-globaldestruction-perl_0.13.bb        | 23 ++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.13.bb b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.13.bb
new file mode 100644
index 0000000..1a593cf
--- /dev/null
+++ b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.13.bb
@@ -0,0 +1,23 @@
+SUMMARY = "Function returning \"${^GLOBAL_PHASE} eq \'DESTRUCT\'\""
+DESCRIPTION = "Perl's global destruction is a little trick to deal with \
+WRT finalizers because it's not ordered and objects can sometimes disappear."
+
+SECTION = "libs"
+
+HOMEPAGE = "https://metacpan.org/pod/Devel-GlobalDestruction/"
+
+LICENSE = "Artistic-1.0 | GPL-1.0+"
+LIC_FILES_CHKSUM = "file://README;beginline=53;endline=55;md5=935dadb9423774f53548e5cd5055d41a"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Devel-GlobalDestruction-${PV}.tar.gz"
+SRC_URI[md5sum] = "e7be00040827e204b2b6cba2f3166074"
+SRC_URI[sha256sum] = "b29824dc0d322e56da325f05185367eb443694716010b36693dd52ffbe8ec462"
+
+S = "${WORKDIR}/Devel-GlobalDestruction-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " libsub-exporter-progressive-perl \
+"
+
+BBCLASSEXTEND = "native"



More information about the Openembedded-commits mailing list