summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-02-09 08:45:14 -0800
committerKhem Raj <raj.khem@gmail.com>2019-02-09 19:27:13 -0800
commitcc4e8f1fa898b075264ee860bcf82d4cfce94573 (patch)
treeddda1410ab245173eb28f7a578de46d55b7d67cf
parent986656d1d698c49c2f6809631837c69dd2ab7f7d (diff)
downloadmeta-clang-cc4e8f1fa898b075264ee860bcf82d4cfce94573.tar.gz
libunwind: Use static version from libcxx
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-support/libunwind/libunwind_%.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-support/libunwind/libunwind_%.bbappend b/recipes-support/libunwind/libunwind_%.bbappend
new file mode 100644
index 0000000..6ce6935
--- /dev/null
+++ b/recipes-support/libunwind/libunwind_%.bbappend
@@ -0,0 +1,4 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2# For clang libunwind.a comes from libcxx
3EXTRA_OECONF_remove_toolchain-clang = "--enable-static"
4EXTRA_OECONF_append_toolchain-clang = " --disable-static"