diff options
Diffstat (limited to 'meta/recipes-devtools/clang/lldb_git.bb')
-rw-r--r-- | meta/recipes-devtools/clang/lldb_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/clang/lldb_git.bb b/meta/recipes-devtools/clang/lldb_git.bb index 10137090ad..eafc3cb312 100644 --- a/meta/recipes-devtools/clang/lldb_git.bb +++ b/meta/recipes-devtools/clang/lldb_git.bb | |||
@@ -12,7 +12,6 @@ LIC_FILES_CHKSUM = "file://lldb/LICENSE.TXT;md5=2e0d44968471fcde980034dbb826bea9 | |||
12 | 12 | ||
13 | inherit cmake pkgconfig python3native python3targetconfig | 13 | inherit cmake pkgconfig python3native python3targetconfig |
14 | 14 | ||
15 | # This actually just depends on LLVM but right now llvm and clang are built together | ||
16 | DEPENDS = "llvm-tblgen-native clang" | 15 | DEPENDS = "llvm-tblgen-native clang" |
17 | 16 | ||
18 | OECMAKE_SOURCEPATH = "${S}/lldb" | 17 | OECMAKE_SOURCEPATH = "${S}/lldb" |
@@ -25,6 +24,7 @@ EXTRA_OECMAKE = "-DLLDB_INCLUDE_TESTS=OFF \ | |||
25 | -DLLVM_DIR=${STAGING_LIBDIR}/cmake/llvm/ \ | 24 | -DLLVM_DIR=${STAGING_LIBDIR}/cmake/llvm/ \ |
26 | -DLLVM_TABLEGEN=${STAGING_BINDIR_NATIVE}/llvm-tblgen \ | 25 | -DLLVM_TABLEGEN=${STAGING_BINDIR_NATIVE}/llvm-tblgen \ |
27 | -DLLDB_TABLEGEN_EXE=${STAGING_BINDIR_NATIVE}/lldb-tblgen \ | 26 | -DLLDB_TABLEGEN_EXE=${STAGING_BINDIR_NATIVE}/lldb-tblgen \ |
27 | -DLLDB_NO_INSTALL_DEFAULT_RPATH=ON \ | ||
28 | " | 28 | " |
29 | 29 | ||
30 | PACKAGECONFIG ??= "libedit libxml2 lzma" | 30 | PACKAGECONFIG ??= "libedit libxml2 lzma" |