summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/files/determinism.patch
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2020-04-25 19:28:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-04-29 15:00:36 +0100
commitd263537bc0a0ad8736dea5e49b93188b123d4a9f (patch)
treeed234ebbd5721c5e687f9ac9290fc3788d3b77ba /meta/recipes-devtools/perl/files/determinism.patch
parent57ccf1e3bb320bd28a2d106c98f4706434c3075a (diff)
downloadopenembedded-core-contrib-d263537bc0a0ad8736dea5e49b93188b123d4a9f.tar.gz
perl: update to 5.30.2
racefix.patch was merged to perl-cross determinism.patch was partially merged to perl-cross 0001-tests-adjust-to-correctly-exclude-unbuilt-extensions.patch is no longer needed as issue is addressed upstream. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/files/determinism.patch')
-rw-r--r--meta/recipes-devtools/perl/files/determinism.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/recipes-devtools/perl/files/determinism.patch b/meta/recipes-devtools/perl/files/determinism.patch
index ed4d06f5ec..ccdd52a0d0 100644
--- a/meta/recipes-devtools/perl/files/determinism.patch
+++ b/meta/recipes-devtools/perl/files/determinism.patch
@@ -21,19 +21,6 @@ RP 2020/2/7
Upstream-Status: Pending [75% submitted]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org
-Index: perl-5.30.1/cnf/configure_attr.sh
-===================================================================
---- perl-5.30.1.orig/cnf/configure_attr.sh
-+++ perl-5.30.1/cnf/configure_attr.sh
-@@ -131,7 +131,7 @@ if not hinted d_c99_variadic_macros 'sup
- try_start
- try_add '#include <stdio.h>'
- try_add '#define foo(fmt, ...) printf(fmt, __VA_ARGS__)'
-- try_add 'int main(void) { foo("%i\n", 1234); return 0; }'
-+ try_add 'int main(void) { foo("%i", 1234); return 0; }'
- try_compile
- resdef d_c99_variadic_macros 'supported' 'missing'
- fi
Index: perl-5.30.1/cnf/configure_mods.sh
===================================================================
--- perl-5.30.1.orig/cnf/configure_mods.sh