From ff1f5baf3826c8a42b6a883879906a5ea7bb2b25 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Feb 2025 15:39:13 +0800 Subject: libtest-warnings-perl: upgrade 0.037 -> 0.038 Changelog: - no longer swap out done_testing method if :no_end_test is configured (From OE-Core rev: da8507047e3611909b2b5577dae11691a77483c7) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- .../perl/libtest-warnings-perl_0.037.bb | 36 ---------------------- .../perl/libtest-warnings-perl_0.038.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb create mode 100644 meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb deleted file mode 100644 index 1cdc93d776..0000000000 --- a/meta/recipes-devtools/perl/libtest-warnings-perl_0.037.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Test::Warnings - Test for warnings and the lack of them" -DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \ -warnings generated by your tests, combined with the convenience of \ -\\"done_testing\\" to not have to declare a test count, you'll have discovered \ -that these two features do not play well together, as the test count will \ -be calculated *before* the warnings test is run, resulting in a TAP error. \ -(See "examples/test_nowarnings.pl" in this distribution for a \ -demonstration.)" -HOMEPAGE = "https://github.com/karenetheridge/Test-Warnings" -BUGTRACKER = "https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Warnings" -SECTION = "libs" -LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://LICENCE;md5=f98106ac3cc05d9cbebcdb8fbf7b7815" - -SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" - -SRC_URI[sha256sum] = "682de3e7a3e8ac9265c53d0e314b8b903294c5199c005bd37e808f4484c25df2" - -S = "${WORKDIR}/Test-Warnings-${PV}" - -inherit cpan ptest-perl - -RDEPENDS:${PN} += "\ - perl-module-test-builder \ -" - -# Many hidden dependencies and mysterious failures occur without full perl-modules -RDEPENDS:${PN}-ptest += "perl-modules" - -do_install_ptest_perl:append () { - cp -r ${B}/t/lib ${D}${PTEST_PATH}/t/ - chown -R root:root ${D}${PTEST_PATH}/t/lib -} - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb new file mode 100644 index 0000000000..656b38f2d8 --- /dev/null +++ b/meta/recipes-devtools/perl/libtest-warnings-perl_0.038.bb @@ -0,0 +1,36 @@ +SUMMARY = "Test::Warnings - Test for warnings and the lack of them" +DESCRIPTION = "If you've ever tried to use Test::NoWarnings to confirm there are no \ +warnings generated by your tests, combined with the convenience of \ +\\"done_testing\\" to not have to declare a test count, you'll have discovered \ +that these two features do not play well together, as the test count will \ +be calculated *before* the warnings test is run, resulting in a TAP error. \ +(See "examples/test_nowarnings.pl" in this distribution for a \ +demonstration.)" +HOMEPAGE = "https://github.com/karenetheridge/Test-Warnings" +BUGTRACKER = "https://rt.cpan.org/Public/Dist/Display.html?Name=Test-Warnings" +SECTION = "libs" +LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://LICENCE;md5=f98106ac3cc05d9cbebcdb8fbf7b7815" + +SRC_URI = "${CPAN_MIRROR}/authors/id/E/ET/ETHER/Test-Warnings-${PV}.tar.gz" + +SRC_URI[sha256sum] = "3da27e003a3c3cafed3c09b42be05cf9bdbff0bee5c8590a731b02853880a273" + +S = "${WORKDIR}/Test-Warnings-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN} += "\ + perl-module-test-builder \ +" + +# Many hidden dependencies and mysterious failures occur without full perl-modules +RDEPENDS:${PN}-ptest += "perl-modules" + +do_install_ptest_perl:append () { + cp -r ${B}/t/lib ${D}${PTEST_PATH}/t/ + chown -R root:root ${D}${PTEST_PATH}/t/lib +} + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf