From 9b741f1a8431a64f7784af8b3f11641023ce2327 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 21 Jan 2008 11:06:06 +0000 Subject: classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS --- classes/cmake.bbclass | 2 ++ 1 file changed, 2 insertions(+) (limited to 'classes') 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 -- cgit v1.2.3