classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS
authorHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 11:06:06 +0000 (11:06 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 21 Jan 2008 11:06:06 +0000 (11:06 +0000)
classes/cmake.bbclass

index 3ae2b1e..823635c 100644 (file)
@@ -1,3 +1,5 @@
+DEPENDS += " cmake-native "
+
 # We want the staging and installing functions from autotools
 inherit autotools