diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-07-02 13:57:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-04 00:02:16 +0100 |
commit | 60857bd2d4c4f78e452f131fa763a86ed56fc22e (patch) | |
tree | 2c70fbaa0a458cfc683cd1c39ef1786e3b6bc707 /meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch | |
parent | b07db23759b92d592a312e3472720212bb5a724e (diff) | |
download | poky-60857bd2d4c4f78e452f131fa763a86ed56fc22e.tar.gz |
elfutils: 0.170 -> 0.172
- Update debian 0.170 patches and rebase them for 0.172;
- Drop 0001-Use-fallthrough-attribute.patch which was
accepted by upstream;
- Drop 0001-Ensure-that-packed-structs-follow-the-gcc-memory-lay.patch
which was backported from upstream;
(From OE-Core rev: dbbe9c1d1f822cf13a4c16b79bccf6bf5c4b91e4)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch')
-rw-r--r-- | meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch b/meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch index 5f29a03759..40b8544fa5 100644 --- a/meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch +++ b/meta/recipes-devtools/elfutils/files/0006-Fix-build-on-aarch64-musl.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e57ad47fc8549353ca80c23b9b4f38f31fde13e5 Mon Sep 17 00:00:00 2001 | 1 | From b4ec05953f78af26bcd7de45a5bbc5f138d023da 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: Tue, 15 Aug 2017 17:27:30 +0800 | 3 | Date: Tue, 15 Aug 2017 17:27:30 +0800 |
4 | Subject: [PATCH 6/7] Fix build on aarch64/musl | 4 | Subject: [PATCH 6/7] Fix build on aarch64/musl |
@@ -57,5 +57,5 @@ index efcabaf..062bb9e 100644 | |||
57 | # include <sys/ptrace.h> | 57 | # include <sys/ptrace.h> |
58 | /* Deal with old glibc defining user_pt_regs instead of user_regs_struct. */ | 58 | /* Deal with old glibc defining user_pt_regs instead of user_regs_struct. */ |
59 | -- | 59 | -- |
60 | 1.8.3.1 | 60 | 2.7.4 |
61 | 61 | ||