From 72a0bb8aa5c03d430c1e1e40be916defa70e824a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 8 Jun 2026 22:48:29 -0700 Subject: libextutils-config-perl: upgrade 0.008 -> 0.010 Refresh LIC_FILES_CHKSUM: upstream reformatted the bundled Artistic license text ("Artistic License 1.0" -> "Perl Artistic License 1.0"); the licensing (Artistic-1.0 | GPL-1.0-or-later) is unchanged. Signed-off-by: Khem Raj --- .../libextutils/libextutils-config-perl_0.008.bb | 24 ---------------------- .../libextutils/libextutils-config-perl_0.010.bb | 24 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb create mode 100644 meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb deleted file mode 100644 index 401f607571..0000000000 --- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb +++ /dev/null @@ -1,24 +0,0 @@ -SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration" -DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." -SECTION = "libs" - -HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" - -LICENSE = "Artistic-1.0 | GPL-1.0-or-later" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" - -SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" -SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" - -S = "${UNPACKDIR}/ExtUtils-Config-${PV}" - -inherit cpan ptest-perl - -RDEPENDS:${PN} = " perl-module-extutils-makemaker \ - perl-module-data-dumper \ - perl-module-ipc-open3 \ - perl-module-test-more \ - perl-module-file-temp \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb new file mode 100644 index 0000000000..b40e0ffc5b --- /dev/null +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb @@ -0,0 +1,24 @@ +SUMMARY = "ExtUtils::Config - A wrapper for perl's configuration" +DESCRIPTION = "ExtUtils::Config is an abstraction around the %Config hash." +SECTION = "libs" + +HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" + +LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later" +LIC_FILES_CHKSUM = "file://LICENSE;md5=ddb4d526cd95b017e23486893490883e" + +SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" +SRC_URI[sha256sum] = "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d" + +S = "${UNPACKDIR}/ExtUtils-Config-${PV}" + +inherit cpan ptest-perl + +RDEPENDS:${PN} = " perl-module-extutils-makemaker \ + perl-module-data-dumper \ + perl-module-ipc-open3 \ + perl-module-test-more \ + perl-module-file-temp \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf