summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.34.0.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-11-02 09:43:03 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-05 11:41:00 +0000
commitd96c3dd1c427db1eddae85b71508ff63558507bf (patch)
tree1284d31e5f8df01ba43f03316d95d9170db4e45a /meta/recipes-devtools/perl/perl_5.34.0.bb
parentbc2e9475a99ae3cd84f1d68fdc164b7cefe9191b (diff)
downloadpoky-d96c3dd1c427db1eddae85b71508ff63558507bf.tar.gz
perl: backport gdbm 1.2x compatibility fixes
(From OE-Core rev: 2ac647ca63e240f982d08a8b538648f602071cd9) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.34.0.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.34.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb
index 89de558979..16d45ccff3 100644
--- a/meta/recipes-devtools/perl/perl_5.34.0.bb
+++ b/meta/recipes-devtools/perl/perl_5.34.0.bb
@@ -18,6 +18,9 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
18 file://0002-Constant-Fix-up-shebang.patch \ 18 file://0002-Constant-Fix-up-shebang.patch \
19 file://determinism.patch \ 19 file://determinism.patch \
20 file://CVE-2021-36770.patch \ 20 file://CVE-2021-36770.patch \
21 file://aacd2398e766500cb5d83c4d76b642fcf31d997a.patch \
22 file://ea57297a58b8f10ab885c19eec48ea076116cc1f.patch \
23 file://5bc1e5fdd87aa205011512cd1e6cc655bcf677fd.patch \
21 " 24 "
22SRC_URI:append:class-native = " \ 25SRC_URI:append:class-native = " \
23 file://perl-configpm-switch.patch \ 26 file://perl-configpm-switch.patch \