summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-31 17:09:31 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-12 21:42:20 -0700
commitb876273da1e9d2665f3bbdff6921712ca7e50074 (patch)
tree3836d40a50ccc579f88c509adbdae15db58f38c4
parent4dcd969c986eccef2718476163bc084a239b3bf5 (diff)
downloadmeta-clang-b876273da1e9d2665f3bbdff6921712ca7e50074.tar.gz
libunwind: Delete bbappend
This is not needed anymore since we do not install llvm libunwind and together with this in same recipe rootfs Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-support/libunwind/libunwind_%.bbappend4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-support/libunwind/libunwind_%.bbappend b/recipes-support/libunwind/libunwind_%.bbappend
deleted file mode 100644
index 6ce6935..0000000
--- a/recipes-support/libunwind/libunwind_%.bbappend
+++ /dev/null
@@ -1,4 +0,0 @@
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"