Message ID | 20250425121803.767765-2-archana.polampalli@windriver.com |
---|---|
State | Under Review |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [scarthgap,1/3] perlcross: update 1.5.2 -> 1.6 | expand |
Hi Archana, On Fri Apr 25, 2025 at 2:18 PM CEST, Archana via lists.openembedded.org Polampalli wrote: > From: Archana Polampalli <archana.polampalli@windriver.com> > > https://github.com/arsv/perl-cross/releases/tag/1.6.2 > > Provide support for Perl 5.38.4 > > Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> > --- > .../perl-cross/{perlcross_1.6.bb => perlcross_1.6.2.bb} | 2 +- Small thing but the update is from 1.6 to 1.6.2, not 1.6.1 to 1.6.2 as written in the subject. Antonin
On Fri, Apr 25, 2025 at 5:55 AM Antonin Godard via lists.openembedded.org <antonin.godard=bootlin.com@lists.openembedded.org> wrote: > > Hi Archana, > > On Fri Apr 25, 2025 at 2:18 PM CEST, Archana via lists.openembedded.org Polampalli wrote: > > From: Archana Polampalli <archana.polampalli@windriver.com> > > > > https://github.com/arsv/perl-cross/releases/tag/1.6.2 > > > > Provide support for Perl 5.38.4 > > > > Signed-off-by: Archana Polampalli <archana.polampalli@windriver.com> > > --- > > .../perl-cross/{perlcross_1.6.bb => perlcross_1.6.2.bb} | 2 +- > > Small thing but the update is from 1.6 to 1.6.2, not 1.6.1 to 1.6.2 as written > in the subject. I'll fix the shortlog. Thanks, Steve > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#215472): https://lists.openembedded.org/g/openembedded-core/message/215472 > Mute This Topic: https://lists.openembedded.org/mt/112449881/3620601 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [steve@sakoman.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.6.bb b/meta/recipes-devtools/perl-cross/perlcross_1.6.2.bb similarity index 92% rename from meta/recipes-devtools/perl-cross/perlcross_1.6.bb rename to meta/recipes-devtools/perl-cross/perlcross_1.6.2.bb index 295dd0cfc1..e4bd90c572 100644 --- a/meta/recipes-devtools/perl-cross/perlcross_1.6.bb +++ b/meta/recipes-devtools/perl-cross/perlcross_1.6.2.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] = "5abf198ee50ce9e69eb68fede68c87f65241caa744e4203e97490fa59b45ed69" +SRC_URI[perl-cross.sha256sum] = "131f7496152ee32067dbac2bc9b44b2f582fc778140e545701b3b2faee782f1d" S = "${WORKDIR}/perl-cross-${PV}"