]> code.ossystems Code Review - openembedded-core.git/commitdiff
cmake.bbclass: use DEPENDS_prepend instead of += for cmake-native
authorRoss Burton <ross.burton@intel.com>
Fri, 16 Nov 2012 17:16:07 +0000 (17:16 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 18 Nov 2012 11:51:39 +0000 (11:51 +0000)
Otherwise when a recipe using DEPENDS=, the cmake-native dependency disappears.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cmake.bbclass

index eda45ddd14145f0f10f837664673064934012f10..54d45194d5929479bc44613336c0cda6ee680c82 100644 (file)
@@ -1,4 +1,4 @@
-DEPENDS += " cmake-native "
+DEPENDS_prepend = "cmake-native "
 
 # We need to unset CCACHE otherwise cmake gets too confused
 CCACHE = ""