From 65dbef6c8b63adc3e87cc7a2cb1340ac1802c627 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 22 Nov 2019 08:20:23 -0800 Subject: libdev-checklib-perl: upgrade 1.13 -> 1.14 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../perl/libdev-checklib-perl_1.13.bb | 21 --------------------- .../perl/libdev-checklib-perl_1.14.bb | 21 +++++++++++++++++++++ 2 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.13.bb create mode 100644 meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb diff --git a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.13.bb b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.13.bb deleted file mode 100644 index f5bdb2087f..0000000000 --- a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.13.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "A Perl module that checks whether a particular C library and its headers are available" -DESCRIPTION = "This module provides a way of checking whether a particular library \ -and its headers are available, by attempting to compile a simple program and \ -link against it." -HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib" -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0+" - -LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2" - -SRC_URI = "https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-${PV}.tar.gz \ - file://0001-CheckLib.pm-don-t-execute-the-binary.patch \ -" -SRC_URI[md5sum] = "930216c5abc0f016df8a7539d48c891a" -SRC_URI[sha256sum] = "24adfd908705dfac4bb320711763f37126b75cf54b3566c2c27c7cdef9c429a8" - -S = "${WORKDIR}/Devel-CheckLib-${PV}" - -inherit cpan - -BBCLASSEXTEND="native" diff --git a/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb new file mode 100644 index 0000000000..a96e3adc77 --- /dev/null +++ b/meta-oe/recipes-devtools/perl/libdev-checklib-perl_1.14.bb @@ -0,0 +1,21 @@ +SUMMARY = "A Perl module that checks whether a particular C library and its headers are available" +DESCRIPTION = "This module provides a way of checking whether a particular library \ +and its headers are available, by attempting to compile a simple program and \ +link against it." +HOMEPAGE = "https://metacpan.org/pod/Devel::CheckLib" +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0+" + +LIC_FILES_CHKSUM = "file://README;md5=7911cdbb572d25c5f2e2ea17f669efc2" + +SRC_URI = "https://cpan.metacpan.org/modules/by-module/Devel/Devel-CheckLib-${PV}.tar.gz \ + file://0001-CheckLib.pm-don-t-execute-the-binary.patch \ +" +SRC_URI[md5sum] = "3519cbf9fe5ec3404449d5330ee5537f" +SRC_URI[sha256sum] = "f21c5e299ad3ce0fdc0cb0f41378dca85a70e8d6c9a7599f0e56a957200ec294" + +S = "${WORKDIR}/Devel-CheckLib-${PV}" + +inherit cpan + +BBCLASSEXTEND="native" -- cgit 1.2.3-korg