summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2020-03-04 09:48:14 +0200
committerKhem Raj <raj.khem@gmail.com>2020-03-04 19:31:09 -0800
commit26b1e275ddf7c1081a0f26de8c0d97102d2f715d (patch)
treeba76ab917d355230a95f246afcac9a3cc29ee3bb
parent4fe9c9c29e0913d184a520f69e979708106328d9 (diff)
downloadmeta-clang-26b1e275ddf7c1081a0f26de8c0d97102d2f715d.tar.gz
bcc: Remove CMAKE_INSTALL_PREFIX from EXTRA_OECMAKE
CMAKE_INSTALL_PREFIX is implicitly set by the build system when inheriting cmake, so there is no need to set it in the recipe. Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
-rw-r--r--recipes-devtools/bcc/bcc_0.13.0.bb1
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-devtools/bcc/bcc_0.13.0.bb b/recipes-devtools/bcc/bcc_0.13.0.bb
index 3a7d7f4..30486f6 100644
--- a/recipes-devtools/bcc/bcc_0.13.0.bb
+++ b/recipes-devtools/bcc/bcc_0.13.0.bb
@@ -26,7 +26,6 @@ PACKAGECONFIG ??= ""
26PACKAGECONFIG[manpages] = "-DENABLE_MAN=ON,-DENABLE_MAN=OFF," 26PACKAGECONFIG[manpages] = "-DENABLE_MAN=ON,-DENABLE_MAN=OFF,"
27 27
28EXTRA_OECMAKE = " \ 28EXTRA_OECMAKE = " \
29 -DCMAKE_INSTALL_PREFIX=/usr \
30 -DENABLE_LLVM_SHARED=ON \ 29 -DENABLE_LLVM_SHARED=ON \
31 -DENABLE_CLANG_JIT=ON \ 30 -DENABLE_CLANG_JIT=ON \
32 -DLLVM_PACKAGE_VERSION=${LLVMVERSION} \ 31 -DLLVM_PACKAGE_VERSION=${LLVMVERSION} \