aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Orling <TicoTimo@gmail.com>2014-07-05 10:48:09 -0700
committerTim Orling <TicoTimo@gmail.com>2014-08-24 19:47:42 -0700
commita9c945c3b6ebd838688b364ed7c2133eaaa5fadf (patch)
tree6f2dd0ccc3f4a2de173b2c2d04ffea07ca703fe5
parent7ca413574af1d079fe35c617d28477379260ddc1 (diff)
downloadmeta-openembedded-contrib-a9c945c3b6ebd838688b364ed7c2133eaaa5fadf.tar.gz
libdevel-globaldestruction-perl: add 0.12
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.12.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.12.bb b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.12.bb
new file mode 100644
index 0000000000..709f1704fb
--- /dev/null
+++ b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.12.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://META.json;md5=1aefa6b98f5c3b1625f9e5f8588f14cc"
+
+SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Devel-GlobalDestruction-${PV}.tar.gz"
+SRC_URI[md5sum] = "87382bd2f512b0703dd55da6b2b16ec4"
+SRC_URI[sha256sum] = "98a5b7668fc710e4c7ebe8860508fbebeea830eab6243d21ed8d7ac293278a70"
+
+S = "${WORKDIR}/Devel-GlobalDestruction-${PV}"
+
+inherit cpan
+
+RDEPENDS_${PN} = " libsub-exporter-progressive-perl \
+"
+
+BBCLASSEXTEND = "native"