From 50a021adb38a86817496e480e58581be40c340f5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Aug 2023 09:37:12 +0800 Subject: [PATCH] libtest-harness-perl: upgrade 3.44 -> 3.47 Changelog: =========== - Add missing negation in EINTR check - Fix HARNESS_PERL_SWITCHES=-I handling in TAP::Harness::Env - Color the "ok"s as well. - Skip symlink tests on msys2 - Use use absolute path for executable tests - Space-quote executable if has spaces - Avoid using Errno::EINTR directly for platforms without it - stop calling import on App::Prove plugins - Avoid using Errno::EINTR directly for platforms without it - Color the "ok"s as well. - Skip symlink tests on msys2 - Use use absolute path for executable tests - Space-quote executable if has spaces Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...ibtest-harness-perl_3.44.bb => libtest-harness-perl_3.47.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-perl/recipes-perl/libtest/{libtest-harness-perl_3.44.bb => libtest-harness-perl_3.47.bb} (98%) diff --git a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.44.bb b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.47.bb similarity index 98% rename from meta-perl/recipes-perl/libtest/libtest-harness-perl_3.44.bb rename to meta-perl/recipes-perl/libtest/libtest-harness-perl_3.47.bb index 58ca70b9e1..836c9662b9 100644 --- a/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.44.bb +++ b/meta-perl/recipes-perl/libtest/libtest-harness-perl_3.47.bb @@ -26,7 +26,7 @@ LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://README;beginline=29;endline=30;md5=d41d8cd98f00b204e9800998ecf8427e" SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/Test-Harness-${PV}.tar.gz" -SRC_URI[sha256sum] = "7eb591ea6b499ece6745ff3e80e60cee669f0037f9ccbc4e4511425f593e5297" +SRC_URI[sha256sum] = "bb31cd4aa90ad4e15f32b08476fb5123b4f19ed0cd28a3291242e8858bf986b5" UPSTREAM_CHECK_REGEX = "Test\-Harness\-(?P(\d+\.\d+))(?!_\d+).tar"