diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-07-31 17:09:31 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-12 22:00:22 -0700 |
commit | 33403cce11e6d1c8b780a4455d0b2d83514be3dd (patch) | |
tree | 3836d40a50ccc579f88c509adbdae15db58f38c4 | |
parent | 34c98ae16d995a21e95f1af7f5535ee3b4cbed38 (diff) | |
download | meta-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>
-rw-r--r-- | recipes-support/libunwind/libunwind_%.bbappend | 4 |
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 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | # For clang libunwind.a comes from libcxx | ||
3 | EXTRA_OECONF_remove_toolchain-clang = "--enable-static" | ||
4 | EXTRA_OECONF_append_toolchain-clang = " --disable-static" | ||