diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-06-26 09:18:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:00 +0100 |
commit | 22781f1a89de4681f5c2421156b095c024d67de7 (patch) | |
tree | 9ab04dee2cb2a3748480338d34a7b07b2ac7842f /meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | |
parent | 658cde8788c2faf9532d332e37a6d98b14b070c5 (diff) | |
download | poky-22781f1a89de4681f5c2421156b095c024d67de7.tar.gz |
elfutils: upgrade 0.179 -> 0.180
Drop all the debian patches: they are very invasive, the use case is unclear,
and rebasing them is just too hard.
Refresh 0002-musl-libs.patch
Add a new musl fix: 0015-config-eu.am-do-not-use-Werror.patch
Add a reproducibility fix: 0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch
(From OE-Core rev: 79c290a0823ee996c69bb02a82dc6ded00fae629)
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 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch index 79c9d9ad57..4f28d9d027 100644 --- a/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch +++ b/meta/recipes-devtools/elfutils/files/0003-musl-utils.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 94028b16e56c8eef1aa02dcc4da268a0e471b4ea Mon Sep 17 00:00:00 2001 | 1 | From 6923400b777d4ba6f040c4006413bf997326460f 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 3/4] musl-utils | 4 | Subject: [PATCH] musl-utils |
5 | 5 | ||
6 | Provide missing defines which otherwise are available on glibc system headers | 6 | Provide missing defines which otherwise are available on glibc system headers |
7 | 7 | ||
@@ -161,6 +161,3 @@ index 9b8c09a..1fb5063 100644 | |||
161 | /* Name and version of program. */ | 161 | /* Name and version of program. */ |
162 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; | 162 | ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; |
163 | 163 | ||
164 | -- | ||
165 | 2.17.1 | ||
166 | |||