aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/cmake.bbclass
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-11-16 17:16:07 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 11:51:39 +0000
commit2b35539d96325d8e687451543d4f52f1a07bf1c6 (patch)
tree0c52d2a732b277d3b628bb1e55228ff8bd56833a /meta/classes/cmake.bbclass
parent9af884d433d18582b14977eb340cfdfa4801e7fe (diff)
downloadopenembedded-core-contrib-2b35539d96325d8e687451543d4f52f1a07bf1c6.tar.gz
cmake.bbclass: use DEPENDS_prepend instead of += for cmake-native
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>
Diffstat (limited to 'meta/classes/cmake.bbclass')
-rw-r--r--meta/classes/cmake.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index eda45ddd14..54d45194d5 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -1,4 +1,4 @@
-DEPENDS += " cmake-native "
+DEPENDS_prepend = "cmake-native "
# We need to unset CCACHE otherwise cmake gets too confused
CCACHE = ""