[oe-commits] [meta-openembedded] 31/50: libtest-harness-perl: upgrade 3.36 -> 3.39

git at git.openembedded.org git at git.openembedded.org
Sat Jan 27 01:36:44 UTC 2018


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

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

commit b87f5a3ea4273bd2925150e9706bdf9cdc00ca55
Author: Tim Orling <timothy.t.orling at linux.intel.com>
AuthorDate: Sun Jan 21 14:44:11 2018 -0800

    libtest-harness-perl: upgrade 3.36 -> 3.39
    
    * Fix RDEPENDS
    * Add note that perl-module-test-harness should be preferred
      unless a newer version is needed than provided by perl
    
    Changes:
    
    3.39    06-04-2017
            - Make tests pass when PERL_USE_UNSAFE_INC=0
    
    3.38    13-03-2017
            - Released 3.37_01 without changes
    
    3.37_01
            - Set PERL_USE_UNSAFE_INC when running tests using Test::Harness (Leon Timmermans)
            - Avoid loading optional modules from . in prove
    
    Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 ...-harness-perl_3.36.bb => libtest-harness-perl_3.39.bb} | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.36.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.39.bb
similarity index 88%
rename from meta-perl/recipes-perl/libtest/libtest-harness-perl_3.36.bb
rename to meta-perl/recipes-perl/libtest/libtest-harness-perl_3.39.bb
index 1aed5e0..35054c7 100644
--- a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.36.bb
+++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.39.bb
@@ -1,3 +1,8 @@
+# NOTE:
+#     You should use perl-module-test-harness instead of this package,
+#     unless you specifically need a newer version than what is provided
+#     by perl in oe-core.
+
 SUMMARY = "Test::Harness - Run Perl standard test scripts with statistics"
 DESCRIPTION = "Although, for historical reasons, the Test::Harness \
 distribution takes its name from this module it now exists only to provide \
@@ -21,13 +26,19 @@ LICENSE = "Artistic-1.0 | GPL-1.0+"
 LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=b08db4360eec119e875dddd7cb8a5ddd"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz"
-SRC_URI[md5sum] = "4c8d9c77e8e06ca96c7383c05c8f3616"
-SRC_URI[sha256sum] = "e7566f13b041d028b56f184b77ec2545ec6f0bb5a0f8f5368f7e4a08b496b63e"
+SRC_URI[md5sum] = "7877298e3b717734095ecb8e918b043e"
+SRC_URI[sha256sum] = "69bd44c81c6e1d2db18e298ecf631852608893ddfddb332a7d55285bbfc51132"
+
+UPSTREAM_CHECK_REGEX = "Test\-Harness\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
 
 S = "${WORKDIR}/Test-Harness-${PV}"
 
 inherit cpan
 
+RDEPENDS_${PN} += "\
+    perl-module-benchmark \
+"
+
 RPROVIDES_${PN} += "libapp-prove-perl \
                     libapp-prove-state-perl \
                     libapp-prove-state-result-perl \

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


More information about the Openembedded-commits mailing list