[oe-commits] [meta-openembedded] 22/77: libstrictures-perl: upgrade 2.000003 -> 2.000006; enable ptest

git at git.openembedded.org git at git.openembedded.org
Fri Jun 14 19:24:06 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit dc31e6f3455ca4f3d181d5f5bb1c452dc200cfad
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Sun Jun 2 11:43:16 2019 -0700

    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 at linux.intel.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 ...-perl_2.000003.bb => libstrictures-perl_2.000006.bb} | 17 ++++++++++-------
 1 file 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
similarity index 81%
rename from meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000003.bb
rename to meta-perl/recipes-perl/libstrictures/libstrictures-perl_2.000006.bb
index a6808d3..d1a5b47 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+"
 LIC_FILES_CHKSUM = "file://README;beginline=246;endline=262;md5=43be558cf4f19823cdd6af22135cf5f8"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/H/HA/HAARG/strictures-${PV}.tar.gz"
-SRC_URI[md5sum] = "78244cfab6168dcf196370d1e2309536"
-SRC_URI[sha256sum] = "27f8ea096a521e9754d36ea32889c2cda28346d04e3e399e7ea118d182dbaf22"
+SRC_URI[md5sum] = "35c14fd25320f32ff40e977feae95d0d"
+SRC_URI[sha256sum] = "09d57974a6d1b2380c802870fed471108f51170da81458e2751859f2714f8d57"
 
 S = "${WORKDIR}/strictures-${PV}"
 
-inherit cpan
+inherit cpan ptest-perl
 
-RDEPENDS_${PN} = " perl-module-carp \
-                   perl-module-strict \
-                   perl-module-test-more \
-                   perl-module-warnings \
+RDEPENDS_${PN} += " \
+    perl-module-carp \
+    perl-module-strict \
+    perl-module-test-more \
+    perl-module-warnings \
 "
 
+RDEPENDS_${PN}-ptest += "perl-module-perlio perl-module-perlio-scalar"
+
 BBCLASSEXTEND = "native"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list