diff mbox series

[V2] perl: upgrade from 5.40.2 to 5.42.0

Message ID 20260226112438.2413203-1-changqing.li@windriver.com
State New
Headers show
Series [V2] perl: upgrade from 5.40.2 to 5.42.0 | expand

Commit Message

Changqing Li Feb. 26, 2026, 11:24 a.m. UTC
License-Update: Update copies of GPL to match recent FSF changes

Changes: https://perldoc.perl.org/5.42.0/perldelta

Update RDEPENDS for perl-module-extutils-parsexs, refer [1], this should
fix libmodule-build-perl ptest failure:
Failed to load or import from ExtUtils::ParseXS (version 3.57). Please
check that ExtUtils::ParseXS is installed correctly and that the newest
version will be found in your @INC path: Can't locate
ExtUtils/ParseXS/Node.pm in @INC

[1] https://github.com/Perl/perl5/commit/36118f523541d3e74ab495202ca8efbd9c9611b5

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 meta/recipes-devtools/perl/files/perl-rdepends.txt            | 3 +++
 meta/recipes-devtools/perl/{perl_5.40.2.bb => perl_5.42.0.bb} | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/perl/{perl_5.40.2.bb => perl_5.42.0.bb} (99%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/perl/files/perl-rdepends.txt b/meta/recipes-devtools/perl/files/perl-rdepends.txt
index 462456bba0..de383d5ccc 100644
--- a/meta/recipes-devtools/perl/files/perl-rdepends.txt
+++ b/meta/recipes-devtools/perl/files/perl-rdepends.txt
@@ -727,6 +727,8 @@  RDEPENDS:perl-module-extutils-parsexs-constants += "perl-module-warnings"
 RDEPENDS:perl-module-extutils-parsexs-countlines += "perl-module-strict"
 RDEPENDS:perl-module-extutils-parsexs-eval += "perl-module-strict"
 RDEPENDS:perl-module-extutils-parsexs-eval += "perl-module-warnings"
+RDEPENDS:perl-module-extutils-parsexs-node += "perl-module-strict"
+RDEPENDS:perl-module-extutils-parsexs-node += "perl-module-warnings"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-config"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-cwd"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-exporter"
@@ -734,6 +736,7 @@  RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-constants
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-countlines"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-eval"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-utilities"
+RDEPENDS:perl-module-extutils-parsexs += "perl-module-extutils-parsexs-node"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-file-basename"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-re"
 RDEPENDS:perl-module-extutils-parsexs += "perl-module-strict"
diff --git a/meta/recipes-devtools/perl/perl_5.40.2.bb b/meta/recipes-devtools/perl/perl_5.42.0.bb
similarity index 99%
rename from meta/recipes-devtools/perl/perl_5.40.2.bb
rename to meta/recipes-devtools/perl/perl_5.42.0.bb
index 2225dc202b..a154bbc0a9 100644
--- a/meta/recipes-devtools/perl/perl_5.40.2.bb
+++ b/meta/recipes-devtools/perl/perl_5.42.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "http://www.perl.org/"
 DESCRIPTION = "Perl is a highly capable, feature-rich programming language"
 SECTION = "devel"
 LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
-LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
+LIC_FILES_CHKSUM = "file://Copying;md5=8f7dd0873e59530abbb36503972afcdb \
                     file://Artistic;md5=71a4d5d9acc18c0952a6df2218bb68da \
                     "
 
@@ -24,7 +24,7 @@  SRC_URI:append:class-target = " \
            file://encodefix.patch \
 "
 
-SRC_URI[perl.sha256sum] = "10d4647cfbb543a7f9ae3e5f6851ec49305232ea7621aed24c7cfbb0bef4b70d"
+SRC_URI[perl.sha256sum] = "e093ef184d7f9a1b9797e2465296f55510adb6dab8842b0c3ed53329663096dc"
 
 B = "${WORKDIR}/perl-${PV}-build"