From 26b1e275ddf7c1081a0f26de8c0d97102d2f715d Mon Sep 17 00:00:00 2001 From: Ovidiu Panait Date: Wed, 4 Mar 2020 09:48:14 +0200 Subject: 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 --- recipes-devtools/bcc/bcc_0.13.0.bb | 1 - 1 file changed, 1 deletion(-) 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 ??= "" PACKAGECONFIG[manpages] = "-DENABLE_MAN=ON,-DENABLE_MAN=OFF," EXTRA_OECMAKE = " \ - -DCMAKE_INSTALL_PREFIX=/usr \ -DENABLE_LLVM_SHARED=ON \ -DENABLE_CLANG_JIT=ON \ -DLLVM_PACKAGE_VERSION=${LLVMVERSION} \ -- cgit v1.2.3-54-g00ecf