From: J. S. Date: Sun, 30 Mar 2025 19:41:23 +0000 (-0400) Subject: perl: upgrade 5.40.0 -> 5.40.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd5a40890a2da27e8d5ede10ef1ae27e37f9e229;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git perl: upgrade 5.40.0 -> 5.40.1 >From https://metacpan.org/pod/perldelta : "There are no changes intentionally incompatible with 5.40.0. If any exist, they are bugs, and we request that you submit a report." Signed-off-by: Jason Schonberg Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl/perl_5.40.0.bb b/meta/recipes-devtools/perl/perl_5.40.1.bb similarity index 99% rename from meta/recipes-devtools/perl/perl_5.40.0.bb rename to meta/recipes-devtools/perl/perl_5.40.1.bb index 0d4338f29f..448fd52ed6 100644 --- a/meta/recipes-devtools/perl/perl_5.40.0.bb +++ b/meta/recipes-devtools/perl/perl_5.40.1.bb @@ -25,7 +25,7 @@ SRC_URI:append:class-target = " \ file://encodefix.patch \ " -SRC_URI[perl.sha256sum] = "c740348f357396327a9795d3e8323bafd0fe8a5c7835fc1cbaba0cc8dfe7161f" +SRC_URI[perl.sha256sum] = "02f8c45bb379ed0c3de7514fad48c714fd46be8f0b536bfd5320050165a1ee26" B = "${WORKDIR}/perl-${PV}-build"