diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-06-04 11:14:50 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-06 23:16:51 +0100 |
| commit | c7b15f642b7a219dde771eee3a07bbe9b6e276d0 (patch) | |
| tree | 722338ef4030b5d881144ee1dfc7baa285a079e5 /meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | |
| parent | b76b3e37436344d2dfbab10886af2ecbcb813237 (diff) | |
| download | poky-c7b15f642b7a219dde771eee3a07bbe9b6e276d0.tar.gz | |
elfutils: update 0.183 -> 0.185
0001-add-support-for-ipkg-to-debuginfod.cxx.patch merged upstream.
0001-debuginfod-debuginfod-client.c-correct-string-format.patch rebased.
(From OE-Core rev: 466ba2d5c81f817334b2f9242daa8ffca271e224)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0003-musl-utils.patch')
| -rw-r--r-- | meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch index 65593be32f..2e379cdba6 100644 --- a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch +++ b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 2dab1a02a3cfd80629f3e0f380805a5e58dd0ac3 Mon Sep 17 00:00:00 2001 | 1 | From 2f94d488bf3daaa6a8548ee77120fc2506a9bbe3 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hongxu Jia <hongxu.jia@windriver.com> | 2 | From: Hongxu Jia <hongxu.jia@windriver.com> |
| 3 | Date: Fri, 23 Aug 2019 10:19:48 +0800 | 3 | Date: Fri, 23 Aug 2019 10:19:48 +0800 |
| 4 | Subject: [PATCH] musl-utils | 4 | Subject: [PATCH] musl-utils |
| @@ -39,7 +39,7 @@ index e117166..8326f6c 100644 | |||
| 39 | /* State of -D/-U flags. */ | 39 | /* State of -D/-U flags. */ |
| 40 | extern bool arlib_deterministic_output; | 40 | extern bool arlib_deterministic_output; |
| 41 | diff --git a/src/elfcompress.c b/src/elfcompress.c | 41 | diff --git a/src/elfcompress.c b/src/elfcompress.c |
| 42 | index 1b5b1e3..21c9024 100644 | 42 | index 2c6d91b..608646e 100644 |
| 43 | --- a/src/elfcompress.c | 43 | --- a/src/elfcompress.c |
| 44 | +++ b/src/elfcompress.c | 44 | +++ b/src/elfcompress.c |
| 45 | @@ -37,6 +37,13 @@ | 45 | @@ -37,6 +37,13 @@ |
| @@ -57,7 +57,7 @@ index 1b5b1e3..21c9024 100644 | |||
| 57 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; | 57 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; |
| 58 | 58 | ||
| 59 | diff --git a/src/strip.c b/src/strip.c | 59 | diff --git a/src/strip.c b/src/strip.c |
| 60 | index 7a5d4e4..81a0d57 100644 | 60 | index 70fc8c0..d035d9e 100644 |
| 61 | --- a/src/strip.c | 61 | --- a/src/strip.c |
| 62 | +++ b/src/strip.c | 62 | +++ b/src/strip.c |
| 63 | @@ -46,6 +46,13 @@ | 63 | @@ -46,6 +46,13 @@ |
| @@ -75,7 +75,7 @@ index 7a5d4e4..81a0d57 100644 | |||
| 75 | 75 | ||
| 76 | /* Name and version of program. */ | 76 | /* Name and version of program. */ |
| 77 | diff --git a/src/unstrip.c b/src/unstrip.c | 77 | diff --git a/src/unstrip.c b/src/unstrip.c |
| 78 | index 8580329..d547487 100644 | 78 | index e488e81..0e44456 100644 |
| 79 | --- a/src/unstrip.c | 79 | --- a/src/unstrip.c |
| 80 | +++ b/src/unstrip.c | 80 | +++ b/src/unstrip.c |
| 81 | @@ -52,6 +52,15 @@ | 81 | @@ -52,6 +52,15 @@ |
