diff options
author | Christopher Larson <chris_larson@mentor.com> | 2016-12-13 20:09:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:13 +0000 |
commit | 106a78269370a48aa6139d21500312e7870b9aa5 (patch) | |
tree | 61c2c052fdda47d46540c37af55164dc00c0a543 /meta/recipes-support/libunwind/libunwind_git.bb | |
parent | 0e74dff7e91a024f105ccb3fb6bd4f0393b94245 (diff) | |
download | poky-106a78269370a48aa6139d21500312e7870b9aa5.tar.gz |
libunwind: apply a patch to fix x32
Apply patch to fix the X32 build from https://github.com/sjnewbury/x32
(From OE-Core rev: cdd6130255d8fc78b0a43fad410cde024cb1b9a5)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libunwind/libunwind_git.bb')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_git.bb b/meta/recipes-support/libunwind/libunwind_git.bb index 424943087e..b637c5c448 100644 --- a/meta/recipes-support/libunwind/libunwind_git.bb +++ b/meta/recipes-support/libunwind/libunwind_git.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = "git://git.sv.gnu.org/libunwind.git \ | |||
11 | file://0001-Fix-build-on-mips-musl.patch \ | 11 | file://0001-Fix-build-on-mips-musl.patch \ |
12 | file://0001-add-knobs-to-disable-enable-tests.patch \ | 12 | file://0001-add-knobs-to-disable-enable-tests.patch \ |
13 | file://0001-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch \ | 13 | file://0001-ppc32-Consider-ucontext-mismatches-between-glibc-and.patch \ |
14 | file://libunwind-1.1-x32.patch \ | ||
14 | " | 15 | " |
15 | 16 | ||
16 | SRC_URI_append_libc-musl = " file://musl-header-conflict.patch" | 17 | SRC_URI_append_libc-musl = " file://musl-header-conflict.patch" |