diff options
author | Tim Orling <timothy.t.orling@linux.intel.com> | 2019-06-02 11:43:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-15 16:45:33 -0700 |
commit | bc9447a9b30cf7bad8067aa91f297d46e3ceb5b3 (patch) | |
tree | e261d15d3fc7339a6f7c460d721ba6b49c9b01ee | |
parent | 67f94d63f47ee135e1223aeeb6bddd6d9930199f (diff) | |
download | meta-openembedded-bc9447a9b30cf7bad8067aa91f297d46e3ceb5b3.tar.gz |
libstrictures-perl: upgrade 2.000003 -> 2.000006; enable ptest
Add runtime and ptest dependencies.
Upstream release notes:
2.000006 - 2019-03-10
- update internal list of warnings for categories added in blead (v5.29.9)
- fix extras test to avoid any files in the temp directory's parent
directories interfering (RT#128751)
2.000005 - 2018-04-20
- update internal list of warnings for categories added in 5.28.0 (no
behaviour change)
2.000004 - 2018-04-19
- update bundled ExtUtils::HasCompiler to 0.021
- update internal list of warnings for categories added in 5.26.0 (no
behavior change)
Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb (renamed from meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000003.bb) | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000003.bb b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb index a6808d3f8..d1a5b4787 100644 --- a/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000003.bb +++ b/meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb | |||
@@ -29,17 +29,20 @@ LICENSE = "Artistic-1.0 | GPL-1.0+" | |||
29 | LIC_FILES_CHKSUM = "file://README;beginline=246;endline=262;md5=43be558cf4f19823cdd6af22135cf5f8" | 29 | LIC_FILES_CHKSUM = "file://README;beginline=246;endline=262;md5=43be558cf4f19823cdd6af22135cf5f8" |
30 | 30 | ||
31 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz" | 31 | SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz" |
32 | SRC_URI[md5sum] = "78244cfab6168dcf196370d1e2309536" | 32 | SRC_URI[md5sum] = "35c14fd25320f32ff40e977feae95d0d" |
33 | SRC_URI[sha256sum] = "27f8ea096a521e9754d36ea32889c2cda28346d04e3e399e7ea118d182dbaf22" | 33 | SRC_URI[sha256sum] = "09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57" |
34 | 34 | ||
35 | S = "${WORKDIR}/strictures-${PV}" | 35 | S = "${WORKDIR}/strictures-${PV}" |
36 | 36 | ||
37 | inherit cpan | 37 | inherit cpan ptest-perl |
38 | 38 | ||
39 | RDEPENDS_${PN} = " perl-module-carp \ | 39 | RDEPENDS_${PN} += " \ |
40 | perl-module-strict \ | 40 | perl-module-carp \ |
41 | perl-module-test-more \ | 41 | perl-module-strict \ |
42 | perl-module-warnings \ | 42 | perl-module-test-more \ |
43 | perl-module-warnings \ | ||
43 | " | 44 | " |
44 | 45 | ||
46 | RDEPENDS_${PN}-ptest += "perl-module-perlio perl-module-perlio-scalar" | ||
47 | |||
45 | BBCLASSEXTEND = "native" | 48 | BBCLASSEXTEND = "native" |