diff options
| author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-10-28 22:05:37 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-30 13:22:48 +0000 |
| commit | 50feea207e01cfe7d0324aba98cbc8e6d11dd018 (patch) | |
| tree | 162d4eed9d423e7d94175c9fcb1827bdb23018ba /meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | |
| parent | d22a91051e9f1d11d118e7aeb822ea569a8f8127 (diff) | |
| download | poky-50feea207e01cfe7d0324aba98cbc8e6d11dd018.tar.gz | |
elfutils: update 0.180 -> 0.181
Add a config option for client debuginfod library.
(From OE-Core rev: 2c282ee6a8961d23ae9146eb0303824e0f234933)
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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch index 4f28d9d027..2a21cd37ce 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 6923400b777d4ba6f040c4006413bf997326460f Mon Sep 17 00:00:00 2001 | 1 | From 9b237f19f82d5ab1e0702637fece1866b1ef6681 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 |
| @@ -58,7 +58,7 @@ index 6ba6af4..0c7674b 100644 | |||
| 58 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; | 58 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; |
| 59 | 59 | ||
| 60 | diff --git a/src/readelf.c b/src/readelf.c | 60 | diff --git a/src/readelf.c b/src/readelf.c |
| 61 | index 5994615..f3cc071 100644 | 61 | index 685d0b1..a842b10 100644 |
| 62 | --- a/src/readelf.c | 62 | --- a/src/readelf.c |
| 63 | +++ b/src/readelf.c | 63 | +++ b/src/readelf.c |
| 64 | @@ -4829,10 +4829,11 @@ listptr_base (struct listptr *p) | 64 | @@ -4829,10 +4829,11 @@ listptr_base (struct listptr *p) |
| @@ -124,7 +124,7 @@ index 5994615..f3cc071 100644 | |||
| 124 | 124 | ||
| 125 | static bool | 125 | static bool |
| 126 | diff --git a/src/strip.c b/src/strip.c | 126 | diff --git a/src/strip.c b/src/strip.c |
| 127 | index 4054c2a..d2d2176 100644 | 127 | index 48792a7..198a2e4 100644 |
| 128 | --- a/src/strip.c | 128 | --- a/src/strip.c |
| 129 | +++ b/src/strip.c | 129 | +++ b/src/strip.c |
| 130 | @@ -46,6 +46,13 @@ | 130 | @@ -46,6 +46,13 @@ |
