From 8a5d5a8422239d45aba73595ee2a2120adf93c84 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Mon, 11 Jun 2018 22:31:07 -0700 Subject: liberror-perl: upgrade 0.17025 -> 0.17026 * Upstream release notes: " May 23 2018 (Shlomi Fish) Error.pm #0.17026 - Convert to Dist-Zilla. " * Tested on qemux86: all tests pass Signed-off-by: Tim Orling Signed-off-by: Ross Burton --- .../recipes-devtools/perl/liberror-perl_0.17025.bb | 33 ---------------------- .../recipes-devtools/perl/liberror-perl_0.17026.bb | 33 ++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 meta/recipes-devtools/perl/liberror-perl_0.17025.bb create mode 100644 meta/recipes-devtools/perl/liberror-perl_0.17026.bb (limited to 'meta/recipes-devtools/perl') diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17025.bb b/meta/recipes-devtools/perl/liberror-perl_0.17025.bb deleted file mode 100644 index f6dc30d077..0000000000 --- a/meta/recipes-devtools/perl/liberror-perl_0.17025.bb +++ /dev/null @@ -1,33 +0,0 @@ -SUMMARY = "Error - Error/exception handling in an OO-ish way" -DESCRIPTION = "The Error package provides two interfaces. Firstly \ -Error provides a procedural interface to exception handling. \ -Secondly Error is a base class for errors/exceptions that can \ -either be thrown, for subsequent catch, or can simply be recorded." - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" - -LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100" - -DEPENDS += "perl" - -SRC_URI = "http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz" - -SRC_URI[md5sum] = "1a2ee7f0dc44f9ee76661a16bbbc0c48" -SRC_URI[sha256sum] = "6c9f474ad3d4fe0cabff6b6be532cb1dd348245986d4a6b600ad921d5cfdefaf" - -S = "${WORKDIR}/Error-${PV}" - -inherit cpan ptest-perl - -do_compile() { - export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" - cpan_do_compile -} - -do_install_prepend() { - # test requires "-T" (taint) command line option - rm -rf ${B}/t/pod-coverage.t -} - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-devtools/perl/liberror-perl_0.17026.bb b/meta/recipes-devtools/perl/liberror-perl_0.17026.bb new file mode 100644 index 0000000000..6f42b47298 --- /dev/null +++ b/meta/recipes-devtools/perl/liberror-perl_0.17026.bb @@ -0,0 +1,33 @@ +SUMMARY = "Error - Error/exception handling in an OO-ish way" +DESCRIPTION = "The Error package provides two interfaces. Firstly \ +Error provides a procedural interface to exception handling. \ +Secondly Error is a base class for errors/exceptions that can \ +either be thrown, for subsequent catch, or can simply be recorded." + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" + +LIC_FILES_CHKSUM = "file://LICENSE;md5=8f3499d09ee74a050c0319391ff9d100" + +DEPENDS += "perl" + +SRC_URI = "http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-${PV}.tar.gz" + +SRC_URI[md5sum] = "0dcd94640f617df02b6d6c1e4e92018c" +SRC_URI[sha256sum] = "37590a962cd73ae03470e1ff16459a6cbc5273fc57626b8981dab9c2433155d9" + +S = "${WORKDIR}/Error-${PV}" + +inherit cpan ptest-perl + +do_compile() { + export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" + cpan_do_compile +} + +do_install_prepend() { + # test requires "-T" (taint) command line option + rm -rf ${B}/t/pod-coverage.t +} + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg