From: Changqing Li Date: Tue, 24 Feb 2026 02:46:59 +0000 (+0800) Subject: perlcross: upgrade from 1.6.2 to 1.6.4 X-Git-Tag: yocto-6.0_M2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d6fb3e7d395efee1ce976c77d019be6a41317bd7;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git perlcross: upgrade from 1.6.2 to 1.6.4 https://github.com/arsv/perl-cross/releases/tag/1.6.4 Include support for perl 5.40.3, perl 5.42.0 Signed-off-by: Changqing Li Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.6.2.bb b/meta/recipes-devtools/perl-cross/perlcross_1.6.4.bb similarity index 92% rename from meta/recipes-devtools/perl-cross/perlcross_1.6.2.bb rename to meta/recipes-devtools/perl-cross/perlcross_1.6.4.bb index debf2717ce..3c544c9746 100644 --- a/meta/recipes-devtools/perl-cross/perlcross_1.6.2.bb +++ b/meta/recipes-devtools/perl-cross/perlcross_1.6.4.bb @@ -18,7 +18,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${PV}/perl-cross-${PV}.tar.gz;name=perl-c " GITHUB_BASE_URI = "https://github.com/arsv/perl-cross/releases/" -SRC_URI[perl-cross.sha256sum] = "131f7496152ee32067dbac2bc9b44b2f582fc778140e545701b3b2faee782f1d" +SRC_URI[perl-cross.sha256sum] = "b6202173b0a8a43fb312867d85a8cd33527f3f234b1b6e591cdaa9895c9920c7" S = "${UNPACKDIR}/perl-cross-${PV}"