diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-23 06:51:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:54:52 +0100 |
commit | c1847278dbfc3424790f7256be2b35bcdbaaf018 (patch) | |
tree | 1c885c96b3e9e53cbec63112fa7680c5cf55dc27 /meta/recipes-support/libunwind/libunwind_1.1.bb | |
parent | 2145bd0d188158c2db85b583b4d7f3ad4612593b (diff) | |
download | openembedded-core-c1847278dbfc3424790f7256be2b35bcdbaaf018.tar.gz openembedded-core-c1847278dbfc3424790f7256be2b35bcdbaaf018.tar.bz2 openembedded-core-c1847278dbfc3424790f7256be2b35bcdbaaf018.zip |
libunwind: Fix build on mips/mips64 for musl targets
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libunwind/libunwind_1.1.bb')
-rw-r--r-- | meta/recipes-support/libunwind/libunwind_1.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_1.1.bb b/meta/recipes-support/libunwind/libunwind_1.1.bb index 1ed525f515..aff84092a6 100644 --- a/meta/recipes-support/libunwind/libunwind_1.1.bb +++ b/meta/recipes-support/libunwind/libunwind_1.1.bb @@ -12,6 +12,7 @@ SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz \ SRC_URI_append_libc-musl = "\ file://0001-x86-Stub-out-x86_local_resume.patch \ file://0001-disable-tests.patch \ + file://0001-Fix-build-on-mips-musl.patch \ " SRC_URI[md5sum] = "fb4ea2f6fbbe45bf032cd36e586883ce" SRC_URI[sha256sum] = "9dfe0fcae2a866de9d3942c66995e4b460230446887dbdab302d41a8aee8d09a" |