diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-21 11:06:06 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-21 11:06:06 +0000 |
commit | 9b741f1a8431a64f7784af8b3f11641023ce2327 (patch) | |
tree | e4d77c78deef6ad94efe56d750ea17940854aa67 /classes/cmake.bbclass | |
parent | eb1025e4dd2522a35ea2988254bca9a6b5a6e02b (diff) |
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.bbclass | 2 |
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 |