summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libunwind/libunwind_git.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-05-11 10:35:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-13 13:41:30 +0100
commitca8ae667ac9f60fce217c87154967a81da888d74 (patch)
tree2faf1dd3db122b5cba61074a9c6fba4558e91657 /meta/recipes-support/libunwind/libunwind_git.bb
parent08a9f5dec693ba69dafe53b4ab05dc15d82ee40b (diff)
downloadpoky-ca8ae667ac9f60fce217c87154967a81da888d74.tar.gz
libunwind: Upgrade to 1.2rc1+
This helps in compiling with gcc6 drop patches backported to 1.1 remove musl conditional patches, they should work on glibc too now (From OE-Core rev: d164b4dbcbba4dd7db4c4257e6cd876026c2e7eb) 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_git.bb')
-rw-r--r--meta/recipes-support/libunwind/libunwind_git.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-support/libunwind/libunwind_git.bb b/meta/recipes-support/libunwind/libunwind_git.bb
new file mode 100644
index 0000000000..0949a3277c
--- /dev/null
+++ b/meta/recipes-support/libunwind/libunwind_git.bb
@@ -0,0 +1,25 @@
1require libunwind.inc
2
3PV = "1.1+git${SRCPV}"
4
5SRCREV = "bc8698fd7ed13a629a8ec3cb2a89bd74f9d8b5c0"
6
7SRC_URI = "git://git.sv.gnu.org/libunwind.git \
8 file://Add-AO_REQUIRE_CAS-to-fix-build-on-ARM-v6.patch \
9 file://0001-backtrace-Use-only-with-glibc-and-uclibc.patch \
10 file://0001-x86-Stub-out-x86_local_resume.patch \
11 file://0001-Fix-build-on-mips-musl.patch \
12"
13
14EXTRA_OECONF_append_libc-musl = " --disable-documentation"
15
16# http://errors.yoctoproject.org/Errors/Details/20487/
17ARM_INSTRUCTION_SET_armv4 = "arm"
18ARM_INSTRUCTION_SET_armv5 = "arm"
19
20# see https://sourceware.org/bugzilla/show_bug.cgi?id=19987
21SECURITY_CFLAGS_remove_aarch64 = "-fpie"
22SECURITY_CFLAGS_append_aarch64 = " -fPIE"
23
24S = "${WORKDIR}/git"
25