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:
eb1025e
)
classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS
author
Holger Freyther
<zecke@selfish.org>
Mon, 21 Jan 2008 11:06:06 +0000
(11:06 +0000)
committer
Holger Freyther
<zecke@selfish.org>
Mon, 21 Jan 2008 11:06:06 +0000
(11:06 +0000)
classes/cmake.bbclass
patch
|
blob
|
history
diff --git
a/classes/cmake.bbclass
b/classes/cmake.bbclass
index
3ae2b1e
..
823635c
100644
(file)
--- a/
classes/cmake.bbclass
+++ b/
classes/cmake.bbclass
@@
-1,3
+1,5
@@
+DEPENDS += " cmake-native "
+
# We want the staging and installing functions from autotools
inherit autotools