summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-06-08 22:48:29 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-06-09 07:18:16 -0700
commit72a0bb8aa5c03d430c1e1e40be916defa70e824a (patch)
tree79314a7647ff0e3c14272cb0679ac24ed7ca9af2
parent59837c1f6cacf98da3fa3453e863a8c6693d0cc0 (diff)
downloadmeta-openembedded-72a0bb8aa5c03d430c1e1e40be916defa70e824a.tar.gz
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 <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb (renamed from meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb
index 401f607571..b40e0ffc5b 100644
--- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb
+++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.010.bb
@@ -4,11 +4,11 @@ SECTION = "libs"
4 4
5HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config" 5HOMEPAGE = "https://metacpan.org/dist/ExtUtils-Config"
6 6
7LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 7LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=1932ab4d8b84c25fd7967aa18088e57e" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=ddb4d526cd95b017e23486893490883e"
9 9
10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz" 10SRC_URI = "${CPAN_MIRROR}/authors/id/L/LE/LEONT/ExtUtils-Config-${PV}.tar.gz"
11SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c" 11SRC_URI[sha256sum] = "82e7e4e90cbe380e152f5de6e3e403746982d502dd30197a123652e46610c66d"
12 12
13S = "${UNPACKDIR}/ExtUtils-Config-${PV}" 13S = "${UNPACKDIR}/ExtUtils-Config-${PV}"
14 14