diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-06 14:01:23 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-07 21:21:55 +0100 |
| commit | 4c8f6ff82acf798df38b5bbbb597358e6055e3ed (patch) | |
| tree | 486874a080904a7520bfe32ecdb665dbc6bc977b | |
| parent | 20c30045d05687abaab441f45e4e67e962ff97a4 (diff) | |
| download | poky-4c8f6ff82acf798df38b5bbbb597358e6055e3ed.tar.gz | |
perl: update 5.34.1 -> 5.36.0
(From OE-Core rev: 99b2733e13f2fb5ef165d4e928b0a3d890b97ec0)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/perl-cross/perlcross_1.4.bb (renamed from meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb) | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/files/perl-configpm-switch.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/files/perl-dynloader.patch | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/files/perl-rdepends.txt | 49 | ||||
| -rw-r--r-- | meta/recipes-devtools/perl/perl_5.36.0.bb (renamed from meta/recipes-devtools/perl/perl_5.34.1.bb) | 2 |
5 files changed, 35 insertions, 22 deletions
diff --git a/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb b/meta/recipes-devtools/perl-cross/perlcross_1.4.bb index 99a9ca1027..1329306b0e 100644 --- a/meta/recipes-devtools/perl-cross/perlcross_1.3.7.bb +++ b/meta/recipes-devtools/perl-cross/perlcross_1.4.bb | |||
| @@ -18,7 +18,7 @@ SRC_URI = "https://github.com/arsv/perl-cross/releases/download/${PV}/perl-cross | |||
| 18 | " | 18 | " |
| 19 | UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/" | 19 | UPSTREAM_CHECK_URI = "https://github.com/arsv/perl-cross/releases/" |
| 20 | 20 | ||
| 21 | SRC_URI[perl-cross.sha256sum] = "77f13ca84a63025053852331b72d4046c1f90ded98bd45ccedea738621907335" | 21 | SRC_URI[perl-cross.sha256sum] = "be9d9f9f7148edff7a2f9695ba3cb7e3975eff6b25a9a81dd311725fd757aa91" |
| 22 | 22 | ||
| 23 | S = "${WORKDIR}/perl-cross-${PV}" | 23 | S = "${WORKDIR}/perl-cross-${PV}" |
| 24 | 24 | ||
diff --git a/meta/recipes-devtools/perl/files/perl-configpm-switch.patch b/meta/recipes-devtools/perl/files/perl-configpm-switch.patch index 15189a0c04..f80de88974 100644 --- a/meta/recipes-devtools/perl/files/perl-configpm-switch.patch +++ b/meta/recipes-devtools/perl/files/perl-configpm-switch.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 1f7cc5db2ca549c37c6a7923368e1a0104f31b99 Mon Sep 17 00:00:00 2001 | 1 | From 055d4c31f41611b7d7fb6b0e38b3818a053de38d Mon Sep 17 00:00:00 2001 |
| 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> | 2 | From: Alexander Kanavin <alex.kanavin@gmail.com> |
| 3 | Date: Sun, 27 May 2007 21:04:11 +0000 | 3 | Date: Sun, 27 May 2007 21:04:11 +0000 |
| 4 | Subject: [PATCH] perl: 5.8.7 -> 5.8.8 (from OE) | 4 | Subject: [PATCH] perl: 5.8.7 -> 5.8.8 (from OE) |
diff --git a/meta/recipes-devtools/perl/files/perl-dynloader.patch b/meta/recipes-devtools/perl/files/perl-dynloader.patch index b49e6e4066..887f7c0f7f 100644 --- a/meta/recipes-devtools/perl/files/perl-dynloader.patch +++ b/meta/recipes-devtools/perl/files/perl-dynloader.patch | |||
| @@ -22,7 +22,7 @@ Index: perl-5.24.1/dist/XSLoader/XSLoader_pm.PL | |||
| 22 | + my $hostlib = $ENV{PERLHOSTLIB}; | 22 | + my $hostlib = $ENV{PERLHOSTLIB}; |
| 23 | + my $hostarchlib = $ENV{PERLHOSTARCHLIB}; | 23 | + my $hostarchlib = $ENV{PERLHOSTARCHLIB}; |
| 24 | + print STDERR "*** Module name IN: $modlibname\n"; | 24 | + print STDERR "*** Module name IN: $modlibname\n"; |
| 25 | + ($p1, $p2, $p3, $p4, $p5, $p6, $p7) = $modlibname =~ m/(^(.*lib\w*\/)?)((perl5\/[0-9\.]*\/)?)(([^\/]*)\/)?(.*)$/; | 25 | + my ($p1, $p2, $p3, $p4, $p5, $p6, $p7) = $modlibname =~ m/(^(.*lib\w*\/)?)((perl5\/[0-9\.]*\/)?)(([^\/]*)\/)?(.*)$/; |
| 26 | + print STDERR "*** p1: $p1 p3: $p3 p5: $p5 p7: $p7\n"; | 26 | + print STDERR "*** p1: $p1 p3: $p3 p5: $p5 p7: $p7\n"; |
| 27 | + if ( $p1 ne "" ) { | 27 | + if ( $p1 ne "" ) { |
| 28 | + $modlibname = $hostlib.$p7; | 28 | + $modlibname = $hostlib.$p7; |
diff --git a/meta/recipes-devtools/perl/files/perl-rdepends.txt b/meta/recipes-devtools/perl/files/perl-rdepends.txt index 74c24c3bb5..e5f45bf291 100644 --- a/meta/recipes-devtools/perl/files/perl-rdepends.txt +++ b/meta/recipes-devtools/perl/files/perl-rdepends.txt | |||
| @@ -131,28 +131,23 @@ RDEPENDS:perl-module-b-concise += "perl-module-strict" | |||
| 131 | RDEPENDS:perl-module-b-concise += "perl-module-warnings" | 131 | RDEPENDS:perl-module-b-concise += "perl-module-warnings" |
| 132 | RDEPENDS:perl-module-benchmark += "perl-module-exporter" | 132 | RDEPENDS:perl-module-benchmark += "perl-module-exporter" |
| 133 | RDEPENDS:perl-module-benchmark += "perl-module-strict" | 133 | RDEPENDS:perl-module-benchmark += "perl-module-strict" |
| 134 | RDEPENDS:perl-module-bigfloat += "perl-module-constant" | ||
| 135 | RDEPENDS:perl-module-bigfloat += "perl-module-exporter" | ||
| 136 | RDEPENDS:perl-module-bigfloat += "perl-module-overload" | ||
| 137 | RDEPENDS:perl-module-bigfloat += "perl-module-strict" | ||
| 138 | RDEPENDS:perl-module-bigfloat += "perl-module-warnings" | ||
| 134 | RDEPENDS:perl-module-bigint += "perl-module-constant" | 139 | RDEPENDS:perl-module-bigint += "perl-module-constant" |
| 135 | RDEPENDS:perl-module-bigint += "perl-module-exporter" | 140 | RDEPENDS:perl-module-bigint += "perl-module-exporter" |
| 136 | RDEPENDS:perl-module-bigint += "perl-module-math-bigint" | ||
| 137 | RDEPENDS:perl-module-bigint += "perl-module-math-bigint-trace" | ||
| 138 | RDEPENDS:perl-module-bigint += "perl-module-overload" | 141 | RDEPENDS:perl-module-bigint += "perl-module-overload" |
| 139 | RDEPENDS:perl-module-bigint += "perl-module-strict" | 142 | RDEPENDS:perl-module-bigint += "perl-module-strict" |
| 140 | RDEPENDS:perl-module-bigint += "perl-module-warnings" | 143 | RDEPENDS:perl-module-bigint += "perl-module-warnings" |
| 141 | RDEPENDS:perl-module-bignum += "perl-module-bigint" | 144 | RDEPENDS:perl-module-bignum += "perl-module-constant" |
| 142 | RDEPENDS:perl-module-bignum += "perl-module-exporter" | 145 | RDEPENDS:perl-module-bignum += "perl-module-exporter" |
| 143 | RDEPENDS:perl-module-bignum += "perl-module-math-bigfloat" | ||
| 144 | RDEPENDS:perl-module-bignum += "perl-module-math-bigfloat-trace" | ||
| 145 | RDEPENDS:perl-module-bignum += "perl-module-math-bigint" | ||
| 146 | RDEPENDS:perl-module-bignum += "perl-module-math-bigint-trace" | ||
| 147 | RDEPENDS:perl-module-bignum += "perl-module-overload" | 146 | RDEPENDS:perl-module-bignum += "perl-module-overload" |
| 148 | RDEPENDS:perl-module-bignum += "perl-module-strict" | 147 | RDEPENDS:perl-module-bignum += "perl-module-strict" |
| 149 | RDEPENDS:perl-module-bignum += "perl-module-warnings" | 148 | RDEPENDS:perl-module-bignum += "perl-module-warnings" |
| 150 | RDEPENDS:perl-module-bigrat += "perl-module-bigint" | 149 | RDEPENDS:perl-module-bigrat += "perl-module-constant" |
| 151 | RDEPENDS:perl-module-bigrat += "perl-module-exporter" | 150 | RDEPENDS:perl-module-bigrat += "perl-module-exporter" |
| 152 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigfloat" | ||
| 153 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigint" | ||
| 154 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigint-trace" | ||
| 155 | RDEPENDS:perl-module-bigrat += "perl-module-math-bigrat" | ||
| 156 | RDEPENDS:perl-module-bigrat += "perl-module-overload" | 151 | RDEPENDS:perl-module-bigrat += "perl-module-overload" |
| 157 | RDEPENDS:perl-module-bigrat += "perl-module-strict" | 152 | RDEPENDS:perl-module-bigrat += "perl-module-strict" |
| 158 | RDEPENDS:perl-module-bigrat += "perl-module-warnings" | 153 | RDEPENDS:perl-module-bigrat += "perl-module-warnings" |
| @@ -166,6 +161,8 @@ RDEPENDS:perl-module-b-showlex += "perl-module-strict" | |||
| 166 | RDEPENDS:perl-module-b-terse += "perl-module-b" | 161 | RDEPENDS:perl-module-b-terse += "perl-module-b" |
| 167 | RDEPENDS:perl-module-b-terse += "perl-module-b-concise" | 162 | RDEPENDS:perl-module-b-terse += "perl-module-b-concise" |
| 168 | RDEPENDS:perl-module-b-terse += "perl-module-strict" | 163 | RDEPENDS:perl-module-b-terse += "perl-module-strict" |
| 164 | RDEPENDS:perl-module-builtin += "perl-module-strict" | ||
| 165 | RDEPENDS:perl-module-builtin += "perl-module-warnings" | ||
| 169 | RDEPENDS:perl-module-b-xref += "perl-module-b" | 166 | RDEPENDS:perl-module-b-xref += "perl-module-b" |
| 170 | RDEPENDS:perl-module-b-xref += "perl-module-config" | 167 | RDEPENDS:perl-module-b-xref += "perl-module-config" |
| 171 | RDEPENDS:perl-module-b-xref += "perl-module-strict" | 168 | RDEPENDS:perl-module-b-xref += "perl-module-strict" |
| @@ -257,7 +254,6 @@ RDEPENDS:perl-module-cwd += "perl-module-errno" | |||
| 257 | RDEPENDS:perl-module-cwd += "perl-module-exporter" | 254 | RDEPENDS:perl-module-cwd += "perl-module-exporter" |
| 258 | RDEPENDS:perl-module-cwd += "perl-module-strict" | 255 | RDEPENDS:perl-module-cwd += "perl-module-strict" |
| 259 | RDEPENDS:perl-module-cwd += "perl-module-xsloader" | 256 | RDEPENDS:perl-module-cwd += "perl-module-xsloader" |
| 260 | RDEPENDS:perl-module-data-dumper += "perl-module-config" | ||
| 261 | RDEPENDS:perl-module-data-dumper += "perl-module-constant" | 257 | RDEPENDS:perl-module-data-dumper += "perl-module-constant" |
| 262 | RDEPENDS:perl-module-data-dumper += "perl-module-exporter" | 258 | RDEPENDS:perl-module-data-dumper += "perl-module-exporter" |
| 263 | RDEPENDS:perl-module-data-dumper += "perl-module-strict" | 259 | RDEPENDS:perl-module-data-dumper += "perl-module-strict" |
| @@ -313,6 +309,8 @@ RDEPENDS:perl-module-digest-sha += "perl-module-vars" | |||
| 313 | RDEPENDS:perl-module-digest-sha += "perl-module-warnings" | 309 | RDEPENDS:perl-module-digest-sha += "perl-module-warnings" |
| 314 | RDEPENDS:perl-module-digest-sha += "perl-module-xsloader" | 310 | RDEPENDS:perl-module-digest-sha += "perl-module-xsloader" |
| 315 | RDEPENDS:perl-module-dynaloader += "perl-module-config" | 311 | RDEPENDS:perl-module-dynaloader += "perl-module-config" |
| 312 | RDEPENDS:perl-module-dynaloader += "perl-module-strict" | ||
| 313 | RDEPENDS:perl-module-dynaloader += "perl-module-vars" | ||
| 316 | RDEPENDS:perl-module-encode-alias += "perl-module-constant" | 314 | RDEPENDS:perl-module-encode-alias += "perl-module-constant" |
| 317 | RDEPENDS:perl-module-encode-alias += "perl-module-encode" | 315 | RDEPENDS:perl-module-encode-alias += "perl-module-encode" |
| 318 | RDEPENDS:perl-module-encode-alias += "perl-module-exporter" | 316 | RDEPENDS:perl-module-encode-alias += "perl-module-exporter" |
| @@ -796,11 +794,12 @@ RDEPENDS:perl-module-file-basename += "perl-module-warnings" | |||
| 796 | RDEPENDS:perl-module-filecache += "perl-module-parent" | 794 | RDEPENDS:perl-module-filecache += "perl-module-parent" |
| 797 | RDEPENDS:perl-module-filecache += "perl-module-strict" | 795 | RDEPENDS:perl-module-filecache += "perl-module-strict" |
| 798 | RDEPENDS:perl-module-file-compare += "perl-module-exporter" | 796 | RDEPENDS:perl-module-file-compare += "perl-module-exporter" |
| 799 | RDEPENDS:perl-module-file-compare += "perl-module-strict" | ||
| 800 | RDEPENDS:perl-module-file-compare += "perl-module-warnings" | 797 | RDEPENDS:perl-module-file-compare += "perl-module-warnings" |
| 798 | RDEPENDS:perl-module-file-copy += "perl-module-builtin" | ||
| 801 | RDEPENDS:perl-module-file-copy += "perl-module-config" | 799 | RDEPENDS:perl-module-file-copy += "perl-module-config" |
| 802 | RDEPENDS:perl-module-file-copy += "perl-module-exporter" | 800 | RDEPENDS:perl-module-file-copy += "perl-module-exporter" |
| 803 | RDEPENDS:perl-module-file-copy += "perl-module-file-basename" | 801 | RDEPENDS:perl-module-file-copy += "perl-module-file-basename" |
| 802 | RDEPENDS:perl-module-file-copy += "perl-module-overload" | ||
| 804 | RDEPENDS:perl-module-file-copy += "perl-module-strict" | 803 | RDEPENDS:perl-module-file-copy += "perl-module-strict" |
| 805 | RDEPENDS:perl-module-file-copy += "perl-module-warnings" | 804 | RDEPENDS:perl-module-file-copy += "perl-module-warnings" |
| 806 | RDEPENDS:perl-module-file-dosglob += "perl-module-strict" | 805 | RDEPENDS:perl-module-file-dosglob += "perl-module-strict" |
| @@ -887,10 +886,12 @@ RDEPENDS:perl-module-getopt-long += "perl-module-warnings" | |||
| 887 | RDEPENDS:perl-module-getopt-std += "perl-module-exporter" | 886 | RDEPENDS:perl-module-getopt-std += "perl-module-exporter" |
| 888 | RDEPENDS:perl-module-getopt-std += "perl-module-strict" | 887 | RDEPENDS:perl-module-getopt-std += "perl-module-strict" |
| 889 | RDEPENDS:perl-module-getopt-std += "perl-module-warnings" | 888 | RDEPENDS:perl-module-getopt-std += "perl-module-warnings" |
| 889 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-builtin" | ||
| 890 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-exporter" | 890 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-exporter" |
| 891 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-strict" | 891 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-strict" |
| 892 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-warnings" | 892 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-warnings" |
| 893 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-xsloader" | 893 | RDEPENDS:perl-module-hash-util-fieldhash += "perl-module-xsloader" |
| 894 | RDEPENDS:perl-module-hash-util += "perl-module-builtin" | ||
| 894 | RDEPENDS:perl-module-hash-util += "perl-module-exporter" | 895 | RDEPENDS:perl-module-hash-util += "perl-module-exporter" |
| 895 | RDEPENDS:perl-module-hash-util += "perl-module-hash-util-fieldhash" | 896 | RDEPENDS:perl-module-hash-util += "perl-module-hash-util-fieldhash" |
| 896 | RDEPENDS:perl-module-hash-util += "perl-module-strict" | 897 | RDEPENDS:perl-module-hash-util += "perl-module-strict" |
| @@ -1258,6 +1259,7 @@ RDEPENDS:perl-module-math-bigint-calc += "perl-module-integer" | |||
| 1258 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-math-bigint-lib" | 1259 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-math-bigint-lib" |
| 1259 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-strict" | 1260 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-strict" |
| 1260 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-warnings" | 1261 | RDEPENDS:perl-module-math-bigint-calc += "perl-module-warnings" |
| 1262 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-config" | ||
| 1261 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-math-bigint-calc" | 1263 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-math-bigint-calc" |
| 1262 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-strict" | 1264 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-strict" |
| 1263 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-warnings" | 1265 | RDEPENDS:perl-module-math-bigint-fastcalc += "perl-module-warnings" |
| @@ -1278,9 +1280,15 @@ RDEPENDS:perl-module-math-bigint-trace += "perl-module-strict" | |||
| 1278 | RDEPENDS:perl-module-math-bigint-trace += "perl-module-warnings" | 1280 | RDEPENDS:perl-module-math-bigint-trace += "perl-module-warnings" |
| 1279 | RDEPENDS:perl-module-math-bigrat += "perl-module-math-bigfloat" | 1281 | RDEPENDS:perl-module-math-bigrat += "perl-module-math-bigfloat" |
| 1280 | RDEPENDS:perl-module-math-bigrat += "perl-module-math-bigint" | 1282 | RDEPENDS:perl-module-math-bigrat += "perl-module-math-bigint" |
| 1283 | RDEPENDS:perl-module-math-bigrat += "perl-module-math-complex" | ||
| 1281 | RDEPENDS:perl-module-math-bigrat += "perl-module-overload" | 1284 | RDEPENDS:perl-module-math-bigrat += "perl-module-overload" |
| 1282 | RDEPENDS:perl-module-math-bigrat += "perl-module-strict" | 1285 | RDEPENDS:perl-module-math-bigrat += "perl-module-strict" |
| 1283 | RDEPENDS:perl-module-math-bigrat += "perl-module-warnings" | 1286 | RDEPENDS:perl-module-math-bigrat += "perl-module-warnings" |
| 1287 | RDEPENDS:perl-module-math-bigrat-trace += "perl-module-exporter" | ||
| 1288 | RDEPENDS:perl-module-math-bigrat-trace += "perl-module-math-bigrat" | ||
| 1289 | RDEPENDS:perl-module-math-bigrat-trace += "perl-module-overload" | ||
| 1290 | RDEPENDS:perl-module-math-bigrat-trace += "perl-module-strict" | ||
| 1291 | RDEPENDS:perl-module-math-bigrat-trace += "perl-module-warnings" | ||
| 1284 | RDEPENDS:perl-module-math-complex += "perl-module-config" | 1292 | RDEPENDS:perl-module-math-complex += "perl-module-config" |
| 1285 | RDEPENDS:perl-module-math-complex += "perl-module-exporter" | 1293 | RDEPENDS:perl-module-math-complex += "perl-module-exporter" |
| 1286 | RDEPENDS:perl-module-math-complex += "perl-module-overload" | 1294 | RDEPENDS:perl-module-math-complex += "perl-module-overload" |
| @@ -1665,6 +1673,7 @@ RDEPENDS:perl-module-socket += "perl-module-strict" | |||
| 1665 | RDEPENDS:perl-module-socket += "perl-module-warnings-register" | 1673 | RDEPENDS:perl-module-socket += "perl-module-warnings-register" |
| 1666 | RDEPENDS:perl-module-socket += "perl-module-xsloader" | 1674 | RDEPENDS:perl-module-socket += "perl-module-xsloader" |
| 1667 | RDEPENDS:perl-module-sort += "perl-module-strict" | 1675 | RDEPENDS:perl-module-sort += "perl-module-strict" |
| 1676 | RDEPENDS:perl-module-sort += "perl-module-warnings" | ||
| 1668 | RDEPENDS:perl-module-storable += "perl-module-exporter" | 1677 | RDEPENDS:perl-module-storable += "perl-module-exporter" |
| 1669 | RDEPENDS:perl-module-storable += "perl-module-io-file" | 1678 | RDEPENDS:perl-module-storable += "perl-module-io-file" |
| 1670 | RDEPENDS:perl-module-subs += "perl-module-strict" | 1679 | RDEPENDS:perl-module-subs += "perl-module-strict" |
| @@ -1697,6 +1706,7 @@ RDEPENDS:perl-module-tap-base += "perl-module-constant" | |||
| 1697 | RDEPENDS:perl-module-tap-base += "perl-module-strict" | 1706 | RDEPENDS:perl-module-tap-base += "perl-module-strict" |
| 1698 | RDEPENDS:perl-module-tap-base += "perl-module-warnings" | 1707 | RDEPENDS:perl-module-tap-base += "perl-module-warnings" |
| 1699 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-base" | 1708 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-base" |
| 1709 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-config" | ||
| 1700 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-posix" | 1710 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-posix" |
| 1701 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-strict" | 1711 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-strict" |
| 1702 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-tap-formatter-color" | 1712 | RDEPENDS:perl-module-tap-formatter-base += "perl-module-tap-formatter-color" |
| @@ -1770,6 +1780,7 @@ RDEPENDS:perl-module-tap-parser-iterator-stream += "perl-module-strict" | |||
| 1770 | RDEPENDS:perl-module-tap-parser-iterator-stream += "perl-module-warnings" | 1780 | RDEPENDS:perl-module-tap-parser-iterator-stream += "perl-module-warnings" |
| 1771 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-base" | 1781 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-base" |
| 1772 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-constant" | 1782 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-constant" |
| 1783 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-errno" | ||
| 1773 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-io-select" | 1784 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-io-select" |
| 1774 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-strict" | 1785 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-strict" |
| 1775 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-warnings" | 1786 | RDEPENDS:perl-module-tap-parser-multiplexer += "perl-module-warnings" |
| @@ -1947,6 +1958,7 @@ RDEPENDS:perl-module-test2-api += "perl-module-test2-hub-interceptor-terminator" | |||
| 1947 | RDEPENDS:perl-module-test2-api += "perl-module-test2-hub-subtest" | 1958 | RDEPENDS:perl-module-test2-api += "perl-module-test2-hub-subtest" |
| 1948 | RDEPENDS:perl-module-test2-api += "perl-module-test2-util" | 1959 | RDEPENDS:perl-module-test2-api += "perl-module-test2-util" |
| 1949 | RDEPENDS:perl-module-test2-api += "perl-module-test2-util-trace" | 1960 | RDEPENDS:perl-module-test2-api += "perl-module-test2-util-trace" |
| 1961 | RDEPENDS:perl-module-test2-api += "perl-module-time-hires" | ||
| 1950 | RDEPENDS:perl-module-test2-api += "perl-module-warnings" | 1962 | RDEPENDS:perl-module-test2-api += "perl-module-warnings" |
| 1951 | RDEPENDS:perl-module-test2-api-stack += "perl-module-strict" | 1963 | RDEPENDS:perl-module-test2-api-stack += "perl-module-strict" |
| 1952 | RDEPENDS:perl-module-test2-api-stack += "perl-module-test2-api" | 1964 | RDEPENDS:perl-module-test2-api-stack += "perl-module-test2-api" |
| @@ -2197,14 +2209,11 @@ RDEPENDS:perl-module-text-balanced += "perl-module-strict" | |||
| 2197 | RDEPENDS:perl-module-text-balanced += "perl-module-vars" | 2209 | RDEPENDS:perl-module-text-balanced += "perl-module-vars" |
| 2198 | RDEPENDS:perl-module-text-parsewords += "perl-module-exporter" | 2210 | RDEPENDS:perl-module-text-parsewords += "perl-module-exporter" |
| 2199 | RDEPENDS:perl-module-text-parsewords += "perl-module-strict" | 2211 | RDEPENDS:perl-module-text-parsewords += "perl-module-strict" |
| 2200 | RDEPENDS:perl-module-text-tabs += "perl-module-exporter" | 2212 | RDEPENDS:perl-module-text-parsewords += "perl-module-warnings" |
| 2201 | RDEPENDS:perl-module-text-tabs += "perl-module-strict" | 2213 | RDEPENDS:perl-module-text-tabs += "perl-module-strict" |
| 2202 | RDEPENDS:perl-module-text-tabs += "perl-module-vars" | ||
| 2203 | RDEPENDS:perl-module-text-wrap += "perl-module-exporter" | ||
| 2204 | RDEPENDS:perl-module-text-wrap += "perl-module-re" | 2214 | RDEPENDS:perl-module-text-wrap += "perl-module-re" |
| 2205 | RDEPENDS:perl-module-text-wrap += "perl-module-strict" | 2215 | RDEPENDS:perl-module-text-wrap += "perl-module-strict" |
| 2206 | RDEPENDS:perl-module-text-wrap += "perl-module-text-tabs" | 2216 | RDEPENDS:perl-module-text-wrap += "perl-module-text-tabs" |
| 2207 | RDEPENDS:perl-module-text-wrap += "perl-module-vars" | ||
| 2208 | RDEPENDS:perl-module-text-wrap += "perl-module-warnings-register" | 2217 | RDEPENDS:perl-module-text-wrap += "perl-module-warnings-register" |
| 2209 | RDEPENDS:perl-module-thread += "perl-module-config" | 2218 | RDEPENDS:perl-module-thread += "perl-module-config" |
| 2210 | RDEPENDS:perl-module-thread += "perl-module-exporter" | 2219 | RDEPENDS:perl-module-thread += "perl-module-exporter" |
| @@ -2246,6 +2255,8 @@ RDEPENDS:perl-module-tie-scalar += "perl-module-warnings-register" | |||
| 2246 | RDEPENDS:perl-module-tie-stdhandle += "perl-module-strict" | 2255 | RDEPENDS:perl-module-tie-stdhandle += "perl-module-strict" |
| 2247 | RDEPENDS:perl-module-tie-stdhandle += "perl-module-tie-handle" | 2256 | RDEPENDS:perl-module-tie-stdhandle += "perl-module-tie-handle" |
| 2248 | RDEPENDS:perl-module-tie-substrhash += "perl-module-integer" | 2257 | RDEPENDS:perl-module-tie-substrhash += "perl-module-integer" |
| 2258 | RDEPENDS:perl-module-tie-substrhash += "perl-module-strict" | ||
| 2259 | RDEPENDS:perl-module-tie-substrhash += "perl-module-warnings" | ||
| 2249 | RDEPENDS:perl-module-time-gmtime += "perl-module-exporter" | 2260 | RDEPENDS:perl-module-time-gmtime += "perl-module-exporter" |
| 2250 | RDEPENDS:perl-module-time-gmtime += "perl-module-strict" | 2261 | RDEPENDS:perl-module-time-gmtime += "perl-module-strict" |
| 2251 | RDEPENDS:perl-module-time-gmtime += "perl-module-time-tm" | 2262 | RDEPENDS:perl-module-time-gmtime += "perl-module-time-tm" |
| @@ -2295,6 +2306,7 @@ RDEPENDS:perl-module-unicode-collate += "perl-module-constant" | |||
| 2295 | RDEPENDS:perl-module-unicode-collate += "perl-module-strict" | 2306 | RDEPENDS:perl-module-unicode-collate += "perl-module-strict" |
| 2296 | RDEPENDS:perl-module-unicode-collate += "perl-module-warnings" | 2307 | RDEPENDS:perl-module-unicode-collate += "perl-module-warnings" |
| 2297 | RDEPENDS:perl-module-unicode-collate += "perl-module-xsloader" | 2308 | RDEPENDS:perl-module-unicode-collate += "perl-module-xsloader" |
| 2309 | RDEPENDS:perl-module-unicode-normalize += "perl-module-bytes" | ||
| 2298 | RDEPENDS:perl-module-unicode-normalize += "perl-module-exporter" | 2310 | RDEPENDS:perl-module-unicode-normalize += "perl-module-exporter" |
| 2299 | RDEPENDS:perl-module-unicode-normalize += "perl-module-strict" | 2311 | RDEPENDS:perl-module-unicode-normalize += "perl-module-strict" |
| 2300 | RDEPENDS:perl-module-unicode-normalize += "perl-module-warnings" | 2312 | RDEPENDS:perl-module-unicode-normalize += "perl-module-warnings" |
| @@ -2323,3 +2335,4 @@ RDEPENDS:perl-module-version += "perl-module-version-regex" | |||
| 2323 | RDEPENDS:perl-module-version += "perl-module-warnings-register" | 2335 | RDEPENDS:perl-module-version += "perl-module-warnings-register" |
| 2324 | RDEPENDS:perl-module-version-regex += "perl-module-strict" | 2336 | RDEPENDS:perl-module-version-regex += "perl-module-strict" |
| 2325 | RDEPENDS:perl-module-xsloader += "perl-module-dynaloader" | 2337 | RDEPENDS:perl-module-xsloader += "perl-module-dynaloader" |
| 2338 | RDEPENDS:perl-module-xsloader += "perl-module-strict" | ||
diff --git a/meta/recipes-devtools/perl/perl_5.34.1.bb b/meta/recipes-devtools/perl/perl_5.36.0.bb index 42bcb8b1bc..f42daa9b67 100644 --- a/meta/recipes-devtools/perl/perl_5.34.1.bb +++ b/meta/recipes-devtools/perl/perl_5.36.0.bb | |||
| @@ -26,7 +26,7 @@ SRC_URI:append:class-target = " \ | |||
| 26 | file://encodefix.patch \ | 26 | file://encodefix.patch \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | SRC_URI[perl.sha256sum] = "357951a491b0ba1ce3611263922feec78ccd581dddc24a446b033e25acf242a1" | 29 | SRC_URI[perl.sha256sum] = "e26085af8ac396f62add8a533c3a0ea8c8497d836f0689347ac5abd7b7a4e00a" |
| 30 | 30 | ||
| 31 | S = "${WORKDIR}/perl-${PV}" | 31 | S = "${WORKDIR}/perl-${PV}" |
| 32 | 32 | ||
