diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-02 11:43:18 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
commit | ded76e539099841daa709a069aa93a15df41f7f5 (patch) | |
tree | 8c747ccbbf74fbfd240972483495bac23cc95686 /meta-perl/recipes-perl | |
parent | 46b52235a3d662731cecc96195e3326f4e15e6a3 (diff) | |
download | meta-openembedded-ded76e539099841daa709a069aa93a15df41f7f5.tar.gz |
libcapture-tiny-perl: upgrade 0.46 -> 0.48; enable ptest
* sort RDEPENDS in alpha order
* add missing dependencies (since perl-sanity change)
Upstream release notes:
[Fixed]
- Appends PID to random file names for tee signalling to avoid
random name collision when used in multiple forked children.
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl/recipes-perl')
-rw-r--r-- | meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb (renamed from meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.46.bb) | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.46.bb b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb index 2719811ce..3b3e31dd9 100644 --- a/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.46.bb +++ b/meta-perl/recipes-perl/libcapture/libcapture-tiny-perl_0.48.bb | |||
@@ -15,23 +15,31 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37a4918a30ace24395020e5b8c03b83f" | |||
15 | 15 | ||
16 | SRCNAME = "Capture-Tiny" | 16 | SRCNAME = "Capture-Tiny" |
17 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz" | 17 | SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DAGOLDEN/${SRCNAME}-${PV}.tar.gz" |
18 | SRC_URI[md5sum] = "d718af07729d26a793949ca6ba2580a7" | 18 | SRC_URI[md5sum] = "f5d24083ad270f8326dd659dd83eeb54" |
19 | SRC_URI[sha256sum] = "5d7a6a830cf7f2b2960bf8b8afaac16a537ede64f3023827acea5bd24ca77015" | 19 | SRC_URI[sha256sum] = "6c23113e87bad393308c90a207013e505f659274736638d8c79bac9c67cc3e19" |
20 | 20 | ||
21 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 21 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
22 | 22 | ||
23 | inherit cpan | 23 | inherit cpan ptest-perl |
24 | 24 | ||
25 | RDEPENDS_${PN} = " perl-module-scalar-util \ | 25 | RDEPENDS_${PN} = " \ |
26 | perl-module-io-file \ | 26 | perl-module-carp \ |
27 | perl-module-extutils-makemaker \ | 27 | perl-module-exporter \ |
28 | perl-module-file-spec \ | 28 | perl-module-extutils-makemaker \ |
29 | perl-module-exporter \ | 29 | perl-module-extutils-mm-unix \ |
30 | perl-module-carp \ | 30 | perl-module-file-spec \ |
31 | perl-module-test-more \ | 31 | perl-module-file-temp \ |
32 | perl-module-file-temp \ | 32 | perl-module-io-handle \ |
33 | perl-module-lib \ | 33 | perl-module-lib \ |
34 | perl-module-overloading \ | 34 | perl-module-overloading \ |
35 | perl-module-perlio \ | ||
36 | perl-module-perlio-scalar \ | ||
37 | perl-module-scalar-util \ | ||
38 | perl-module-strict \ | ||
39 | perl-module-test-more \ | ||
40 | perl-module-warnings \ | ||
35 | " | 41 | " |
36 | 42 | ||
43 | RDEPENDS_${PN}-ptest += "perl-module-perlio" | ||
44 | |||
37 | BBCLASSEXTEND = "native" | 45 | BBCLASSEXTEND = "native" |