aboutsummaryrefslogtreecommitdiffstats
path: root/classes/cmake.bbclass
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2008-01-21 11:06:06 +0000
committerHolger Freyther <zecke@selfish.org>2008-01-21 11:06:06 +0000
commit9b741f1a8431a64f7784af8b3f11641023ce2327 (patch)
treee4d77c78deef6ad94efe56d750ea17940854aa67 /classes/cmake.bbclass
parenteb1025e4dd2522a35ea2988254bca9a6b5a6e02b (diff)
downloadopenembedded-9b741f1a8431a64f7784af8b3f11641023ce2327.tar.gz
classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS
Diffstat (limited to 'classes/cmake.bbclass')
-rw-r--r--classes/cmake.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/cmake.bbclass b/classes/cmake.bbclass
index 3ae2b1eb31..823635c24d 100644
--- 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