summaryrefslogtreecommitdiffstats
path: root/recipes-support/libunwind
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 22:00:22 -0700
commit33403cce11e6d1c8b780a4455d0b2d83514be3dd (patch)
tree3836d40a50ccc579f88c509adbdae15db58f38c4 /recipes-support/libunwind
parent34c98ae16d995a21e95f1af7f5535ee3b4cbed38 (diff)
downloadmeta-clang-33403cce11e6d1c8b780a4455d0b2d83514be3dd.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>
Diffstat (limited to 'recipes-support/libunwind')
-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"