Skip to content

Commit

Permalink
libunwind: Hide when llvm runtime is used
Browse files Browse the repository at this point in the history
We want to use llvm libunwind implementation when RUNTIME = "llvm"

Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jun 8, 2021
1 parent cee6adc commit a360486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipes-support/libunwind/libunwind_%.bbappend
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

COMPATIBLE_HOST_runtime-llvm = "null"

0 comments on commit a360486

Please sign in to comment.