1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

cmake.bbclass: Make sure EXTRA_OECMAKE has a sane default

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-07-21 21:43:38 +01:00
parent 0e0830109c
commit cb249ed2f0
+2
View File
@@ -3,6 +3,8 @@ DEPENDS += " cmake-native "
# We want the staging and installing functions from autotools
inherit autotools
EXTRA_OECMAKE ?= ""
cmake_do_configure() {
cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix} -Wno-dev \
-DCMAKE_FIND_ROOT_PATH=${STAGING_DIR_HOST} ${EXTRA_OECMAKE}