From 6c7fd226c802e37b6bd81909f8f86f721e6f55c9 Mon Sep 17 00:00:00 2001 From: Jason Schonberg Date: Sat, 20 Sep 2025 16:04:34 -0400 Subject: libconfig-autoconf-perl: upgrade 0.319 -> 0.320 Changes for version 0.320 - 2021-06-25 fix check_prog to not find directories (RT#132993), thanks RJBS for reporting it again! Signed-off-by: Jason Schonberg Signed-off-by: Khem Raj --- .../libconfig/libconfig-autoconf-perl_0.319.bb | 40 ---------------------- .../libconfig/libconfig-autoconf-perl_0.320.bb | 40 ++++++++++++++++++++++ 2 files changed, 40 insertions(+), 40 deletions(-) delete mode 100644 meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb create mode 100644 meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb (limited to 'meta-perl') diff --git a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb deleted file mode 100644 index 086b2ff32e..0000000000 --- a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.319.bb +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright (C) 2020 Jens Rehsack -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "A module to implement some of AutoConf macros in pure perl" -DESCRIPTION = "Config::AutoConf is intended to provide the same opportunities to Perl \ -developers as GNU Autoconf does for \ -Shell developers." - -HOMEPAGE = "https://metacpan.org/release/Config-AutoConf" - -SECTION = "libs" -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" - -LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ -file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" - -SRC_URI = "${CPAN_MIRROR}/authors/id/R/RE/REHSACK/Config-AutoConf-${PV}.tar.gz" - -SRC_URI[sha256sum] = "304f66cc2653264c0fe127d21669e86d3d18cd72f2574d8f5131beec31a0a33e" -RDEPENDS:${PN} += "libcapture-tiny-perl" -RDEPENDS:${PN} += "perl-module-base" -RDEPENDS:${PN} += "perl-module-carp" -RDEPENDS:${PN} += "perl-module-config" -RDEPENDS:${PN} += "perl-module-constant" -RDEPENDS:${PN} += "perl-module-file-basename" -RDEPENDS:${PN} += "perl-module-file-spec" -RDEPENDS:${PN} += "perl-module-file-temp" -RDEPENDS:${PN} += "perl-module-extutils-cbuilder" -RDEPENDS:${PN} += "perl-module-extutils-cbuilder-platform-unix" -RDEPENDS:${PN} += "perl-module-scalar-util" -RDEPENDS:${PN} += "perl-module-strict" -RDEPENDS:${PN} += "perl-module-text-parsewords" -RDEPENDS:${PN} += "perl-module-warnings" -RRECOMMENDS:${PN} += "libfile-slurper-perl" - -S = "${UNPACKDIR}/Config-AutoConf-${PV}" - -inherit cpan ptest-perl - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb new file mode 100644 index 0000000000..d8ca2ae247 --- /dev/null +++ b/meta-perl/recipes-perl/libconfig/libconfig-autoconf-perl_0.320.bb @@ -0,0 +1,40 @@ +# Copyright (C) 2020 Jens Rehsack +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "A module to implement some of AutoConf macros in pure perl" +DESCRIPTION = "Config::AutoConf is intended to provide the same opportunities to Perl \ +developers as GNU Autoconf does for \ +Shell developers." + +HOMEPAGE = "https://metacpan.org/release/Config-AutoConf" + +SECTION = "libs" +LICENSE = "Artistic-1.0 | GPL-1.0-or-later" + +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/Artistic-1.0;md5=cda03bbdc3c1951996392b872397b798 \ +file://${COMMON_LICENSE_DIR}/GPL-1.0-or-later;md5=30c0b8a5048cc2f4be5ff15ef0d8cf61" + +SRC_URI = "${CPAN_MIRROR}/authors/id/A/AM/AMBS/Config-AutoConf-${PV}.tar.gz" + +SRC_URI[sha256sum] = "bb57a958ef49d3f7162276dae14a7bd5af43fd1d8513231af35d665459454023" +RDEPENDS:${PN} += "libcapture-tiny-perl" +RDEPENDS:${PN} += "perl-module-base" +RDEPENDS:${PN} += "perl-module-carp" +RDEPENDS:${PN} += "perl-module-config" +RDEPENDS:${PN} += "perl-module-constant" +RDEPENDS:${PN} += "perl-module-file-basename" +RDEPENDS:${PN} += "perl-module-file-spec" +RDEPENDS:${PN} += "perl-module-file-temp" +RDEPENDS:${PN} += "perl-module-extutils-cbuilder" +RDEPENDS:${PN} += "perl-module-extutils-cbuilder-platform-unix" +RDEPENDS:${PN} += "perl-module-scalar-util" +RDEPENDS:${PN} += "perl-module-strict" +RDEPENDS:${PN} += "perl-module-text-parsewords" +RDEPENDS:${PN} += "perl-module-warnings" +RRECOMMENDS:${PN} += "libfile-slurper-perl" + +S = "${UNPACKDIR}/Config-AutoConf-${PV}" + +inherit cpan ptest-perl + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf