summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-28 18:20:20 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-08 11:37:54 -0700
commita3604860941ffa9c5ef9a254717651fe9f8c586e (patch)
tree0d85c9bcc5d415ed31f2ee0707fbf52f3adb8662
parentcee6adcb98ed39a30b6def6c4ab6d3965854178a (diff)
downloadmeta-clang-a3604860941ffa9c5ef9a254717651fe9f8c586e.tar.gz
libunwind: Hide when llvm runtime is used
We want to use llvm libunwind implementation when RUNTIME = "llvm" Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes-support/libunwind/libunwind_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-support/libunwind/libunwind_%.bbappend b/recipes-support/libunwind/libunwind_%.bbappend
new file mode 100644
index 0000000..6c9057c
--- /dev/null
+++ b/recipes-support/libunwind/libunwind_%.bbappend
@@ -0,0 +1,3 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
2
3COMPATIBLE_HOST_runtime-llvm = "null"