From: Holger Freyther Date: Mon, 21 Jan 2008 11:06:06 +0000 (+0000) Subject: classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS X-Git-Tag: Release-2010-05/1~7852^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b741f1a8431a64f7784af8b3f11641023ce2327;p=openembedded.git classes/cmake: To invoke cmake it has to be present, add cmake-native to the DEPENDS --- 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