diff options
| author | Derek Straka <derek@asterius.io> | 2016-04-06 22:48:13 -0400 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-04-21 21:33:17 +0200 |
| commit | 4f6ba02865cad8e0a67a24238fee7b3a8e0d1830 (patch) | |
| tree | 59a4d4a7cd2a7193d14866f33899b2aa2e2df2f4 /meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb | |
| parent | ba5f235e021913fc47ca2e884d229aa2d921bb3b (diff) | |
| download | meta-openembedded-4f6ba02865cad8e0a67a24238fee7b3a8e0d1830.tar.gz | |
libcapture-tiny-perl: update to 0.36
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb')
| -rw-r--r-- | meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb deleted file mode 100644 index 3a3f843176..0000000000 --- a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.30.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | SUMMARY = "Capture::Tiny - Capture STDOUT and STDERR from Perl, XS or external programs." | ||
| 2 | DESCRIPTION = "Capture::Tiny provies a simple, portable way to capture \ | ||
| 3 | almost anything sent to STDOUT or STDERR, regardless of whether it comes \ | ||
| 4 | from Perl, from XS code or from an external program. Optionally, output can \ | ||
| 5 | be teed so that it is captured while being passed through to the original \ | ||
| 6 | filehandles. Yes, it even works on Windows (usually). Stop guessing which of \ | ||
| 7 | a dozen capturing modules to use in any particular situation and just use \ | ||
| 8 | this one." | ||
| 9 | SECTION = "libs" | ||
| 10 | |||
| 11 | HOMEPAGE = "http://search.cpan.org/~dagolden/Capture-Tiny/" | ||
| 12 | |||
| 13 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f" | ||
| 15 | |||
| 16 | SRCNAME = "Capture-Tiny" | ||
| 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz" | ||
| 18 | SRC_URI[md5sum] = "7b0fbdbf4199724df1e53fe0b3e2ef4c" | ||
| 19 | SRC_URI[sha256sum] = "a3b4e55278757e77d50df0b1a79f42e6e8354b7d41db806da39bf161bee63aea" | ||
| 20 | |||
| 21 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 22 | |||
| 23 | inherit cpan | ||
| 24 | |||
| 25 | RDEPENDS_${PN} = " perl-module-scalar-util \ | ||
| 26 | perl-module-io-file \ | ||
| 27 | perl-module-extutils-makemaker \ | ||
| 28 | perl-module-file-spec \ | ||
| 29 | perl-module-exporter \ | ||
| 30 | perl-module-carp \ | ||
| 31 | perl-module-test-more \ | ||
| 32 | perl-module-file-temp \ | ||
| 33 | perl-module-lib \ | ||
| 34 | perl-module-overloading \ | ||
| 35 | " | ||
| 36 | |||
| 37 | BBCLASSEXTEND = "native" | ||
