git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1c6f8
)
cmake bbclass: allow extra argument via EXTRA_OECMAKE
author
Koen Kooi
<koen@openembedded.org>
Wed, 3 Sep 2008 20:41:24 +0000
(20:41 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 3 Sep 2008 20:41:24 +0000
(20:41 +0000)
classes/cmake.bbclass
patch
|
blob
|
history
diff --git
a/classes/cmake.bbclass
b/classes/cmake.bbclass
index
a9130f2
..
faa4768
100644
(file)
--- a/
classes/cmake.bbclass
+++ b/
classes/cmake.bbclass
@@
-5,7
+5,8
@@
inherit autotools
cmake_do_configure() {
cmake . -DCMAKE_INSTALL_PREFIX:PATH=${prefix} -Wno-dev \
- -DCMAKE_FIND_ROOT_PATH=${STAGING_DIR_HOST}
+ -DCMAKE_FIND_ROOT_PATH=${STAGING_DIR_HOST} \
+ ${EXTRA_OECMAKE}
}
EXPORT_FUNCTIONS do_configure