From 26b062b25da2fff27fdd4cc34d6c3adbd485cffc Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 4 Jan 2023 12:05:11 +0100 Subject: libtest-fatal-perl: upgrade 0.016 -> 0.017 License-Update: formatting (From OE-Core rev: 60663d6151e40ad9c6cc453c3138d0b7cec5a48d) Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../perl/libtest-fatal-perl_0.016.bb | 36 ---------------------- .../perl/libtest-fatal-perl_0.017.bb | 36 ++++++++++++++++++++++ 2 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 meta/recipes-devtools/perl/libtest-fatal-perl_0.016.bb create mode 100644 meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb diff --git a/meta/recipes-devtools/perl/libtest-fatal-perl_0.016.bb b/meta/recipes-devtools/perl/libtest-fatal-perl_0.016.bb deleted file mode 100644 index 6d36c94eeb..0000000000 --- a/meta/recipes-devtools/perl/libtest-fatal-perl_0.016.bb +++ /dev/null @@ -1,36 +0,0 @@ -SUMMARY = "Incredibly simple helpers for testing code with exceptions" -DESCRIPTION = "Test::Fatal is an alternative to the popular Test::Exception.\ -It does much less, but should allow greater flexibility in testing \ -exception-throwing code with about the same amount of typing." -HOMEPAGE = "https://github.com/rjbs/Test-Fatal" -BUGTRACKER = "https://github.com/rjbs/Test-Fatal/issues" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=f7c73bf24be1bc7759bde9c15000db6c" - -SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Fatal-${PV}.tar.gz" - -SRC_URI[sha256sum] = "7283d430f2ba2030b8cd979ae3039d3f1b2ec3dde1a11ca6ae09f992a66f788f" - -S = "${WORKDIR}/Test-Fatal-${PV}" - -inherit cpan ptest-perl - -RDEPENDS:${PN} += "\ - libtry-tiny-perl \ - perl-module-carp \ - perl-module-exporter \ - perl-module-test-builder \ -" - -RDEPENDS:${PN}-ptest += "\ - perl-module-extutils-makemaker \ - perl-module-extutils-mm-unix \ - perl-module-file-spec \ - perl-module-overload \ - perl-module-test-builder-tester \ - perl-module-test-more \ -" - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb b/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb new file mode 100644 index 0000000000..1c3a7e5136 --- /dev/null +++ b/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb @@ -0,0 +1,36 @@ +SUMMARY = "Incredibly simple helpers for testing code with exceptions" +DESCRIPTION = "Test::Fatal is an alternative to the popular Test::Exception.\ +It does much less, but should allow greater flexibility in testing \ +exception-throwing code with about the same amount of typing." +HOMEPAGE = "https://github.com/rjbs/Test-Fatal" +BUGTRACKER = "https://github.com/rjbs/Test-Fatal/issues" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=b5c851290cab1dda12fcfb0e9ec43639" + +SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Fatal-${PV}.tar.gz" + +SRC_URI[sha256sum] = "37dfffdafb84b762efe96b02fb2aa41f37026c73e6b83590db76229697f3c4a6" + +S = "${WORKDIR}/Test-Fatal-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN} += "\ + libtry-tiny-perl \ + perl-module-carp \ + perl-module-exporter \ + perl-module-test-builder \ +" + +RDEPENDS:${PN}-ptest += "\ + perl-module-extutils-makemaker \ + perl-module-extutils-mm-unix \ + perl-module-file-spec \ + perl-module-overload \ + perl-module-test-builder-tester \ + perl-module-test-more \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf