summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/common.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-28 17:37:52 -0700
committerKhem Raj <raj.khem@gmail.com>2021-06-08 11:37:54 -0700
commitc48de926ac54802df7e1e4b7f91caa4fa4ef45b1 (patch)
treea008b3b8fe30b212851797a2c5261ceec380562a /recipes-devtools/clang/common.inc
parent933795217f9142c246c359f92e8320516e5c66a5 (diff)
downloadmeta-clang-c48de926ac54802df7e1e4b7f91caa4fa4ef45b1.tar.gz
libunwind: Install headers and pkgconfig file
This ensures it can replace nongnu libunwind Use it only when selecting RUNTIME = "llvm" Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-devtools/clang/common.inc')
-rw-r--r--recipes-devtools/clang/common.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/clang/common.inc b/recipes-devtools/clang/common.inc
index d529c0d..ac96ef5 100644
--- a/recipes-devtools/clang/common.inc
+++ b/recipes-devtools/clang/common.inc
@@ -9,6 +9,7 @@ BASEURI ??= "${LLVM_GIT}/llvm-project;protocol=${LLVM_GIT_PROTOCOL};branch=${BRA
9SRC_URI = "\ 9SRC_URI = "\
10 ${BASEURI} \ 10 ${BASEURI} \
11 file://llvm-config \ 11 file://llvm-config \
12 file://libunwind.pc.in \
12 file://0001-lldb-Add-lxml2-to-linker-cmdline-of-xml-is-found.patch \ 13 file://0001-lldb-Add-lxml2-to-linker-cmdline-of-xml-is-found.patch \
13 file://0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \ 14 file://0002-libcxxabi-Find-libunwind-headers-when-LIBCXXABI_LIBU.patch \
14 file://0003-compiler-rt-support-a-new-embedded-linux-target.patch \ 15 file://0003-compiler-rt-support-a-new-embedded-linux-target.patch \