diff options
author | Tim Orling <ticotimo@gmail.com> | 2015-08-13 08:31:58 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-24 13:56:27 +0200 |
commit | 491beab0763ee6ae6fd31c3d4b64422dd544d7cb (patch) | |
tree | 12c04be1ba990c4543b68451c7285c3af37f0a2c /meta-perl/recipes-perl | |
parent | a6b83ffd21f095d4b7809e05c7750d6012eef153 (diff) | |
download | meta-openembedded-491beab0763ee6ae6fd31c3d4b64422dd544d7cb.tar.gz |
libdevel-globaldestruction-perl: add 0.13 recipe
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.13.bb | 23 |
1 files changed, 23 insertions, 0 deletions
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 000000000..1a593cfdb --- /dev/null +++ b/meta-perl/recipes-perl/libdevel/libdevel-globaldestruction-perl_0.13.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | SUMMARY = "Function returning \"${^GLOBAL_PHASE} eq \'DESTRUCT\'\"" | ||
2 | DESCRIPTION = "Perl's global destruction is a little trick to deal with \ | ||
3 | WRT finalizers because it's not ordered and objects can sometimes disappear." | ||
4 | |||
5 | SECTION = "libs" | ||
6 | |||
7 | HOMEPAGE = "https://metacpan.org/pod/Devel-GlobalDestruction/" | ||
8 | |||
9 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
10 | LIC_FILES_CHKSUM = "file://README;beginline=53;endline=55;md5=935dadb9423774f53548e5cd5055d41a" | ||
11 | |||
12 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/Devel-GlobalDestruction-${PV}.tar.gz" | ||
13 | SRC_URI[md5sum] = "e7be00040827e204b2b6cba2f3166074" | ||
14 | SRC_URI[sha256sum] = "b29824dc0d322e56da325f05185367eb443694716010b36693dd52ffbe8ec462" | ||
15 | |||
16 | S = "${WORKDIR}/Devel-GlobalDestruction-${PV}" | ||
17 | |||
18 | inherit cpan | ||
19 | |||
20 | RDEPENDS_${PN} = " libsub-exporter-progressive-perl \ | ||
21 | " | ||
22 | |||
23 | BBCLASSEXTEND = "native" | ||