diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-04-25 19:28:07 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-04-29 15:02:18 +0100 |
| commit | 3c2e77b186e857acedd749bda40baa713b7c2742 (patch) | |
| tree | 5291f7715f033ecb9cff8b104587ab83d717b01c /meta/recipes-devtools/perl/files/determinism.patch | |
| parent | 2e11d97b6c95e89aa1f9d3603a966c94c442469e (diff) | |
| download | poky-3c2e77b186e857acedd749bda40baa713b7c2742.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.
(From OE-Core rev: d263537bc0a0ad8736dea5e49b93188b123d4a9f)
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.patch | 13 |
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 | |||
| 21 | Upstream-Status: Pending [75% submitted] | 21 | Upstream-Status: Pending [75% submitted] |
| 22 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org | 22 | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org |
| 23 | 23 | ||
| 24 | Index: perl-5.30.1/cnf/configure_attr.sh | ||
| 25 | =================================================================== | ||
| 26 | --- perl-5.30.1.orig/cnf/configure_attr.sh | ||
| 27 | +++ perl-5.30.1/cnf/configure_attr.sh | ||
| 28 | @@ -131,7 +131,7 @@ if not hinted d_c99_variadic_macros 'sup | ||
| 29 | try_start | ||
| 30 | try_add '#include <stdio.h>' | ||
| 31 | try_add '#define foo(fmt, ...) printf(fmt, __VA_ARGS__)' | ||
| 32 | - try_add 'int main(void) { foo("%i\n", 1234); return 0; }' | ||
| 33 | + try_add 'int main(void) { foo("%i", 1234); return 0; }' | ||
| 34 | try_compile | ||
| 35 | resdef d_c99_variadic_macros 'supported' 'missing' | ||
| 36 | fi | ||
| 37 | Index: perl-5.30.1/cnf/configure_mods.sh | 24 | Index: perl-5.30.1/cnf/configure_mods.sh |
| 38 | =================================================================== | 25 | =================================================================== |
| 39 | --- perl-5.30.1.orig/cnf/configure_mods.sh | 26 | --- perl-5.30.1.orig/cnf/configure_mods.sh |
