perlcross: upgrade 1.6 -> 1.6.1

https://github.com/arsv/perl-cross/releases/tag/1.6.1

This provides support for Perl 5.40.1

(From OE-Core rev: f09a8f0f414f31e1b4684bf48786a7ca0ba1e724)

Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
J. S. 2025-03-30 15:41:22 -04:00 committed by Richard Purdie
parent 508214938f
commit 146ba38c1f

View File

@ -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] = "5abf198ee50ce9e69eb68fede68c87f65241caa744e4203e97490fa59b45ed69"
SRC_URI[perl-cross.sha256sum] = "b5f4b4457bbd7be37adac8ee423beedbcdba8963a85f79770f5e701dabc5550f"
S = "${WORKDIR}/perl-cross-${PV}"