summaryrefslogtreecommitdiffstats
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 16:42:09 +0000
commitc2cb4c0645da3d2afb92ada714371506e6a54ec0 (patch)
tree5b0d66b194032115200a195e4fc7e2105433afe2 /meta/classes/cmake.bbclass
parent2d234fbe3fec20c8270fb013a87a7721e718da47 (diff)
downloadast2050-yocto-poky-c2cb4c0645da3d2afb92ada714371506e6a54ec0.zip
ast2050-yocto-poky-c2cb4c0645da3d2afb92ada714371506e6a54ec0.tar.gz
cmake.bbclass: use DEPENDS_prepend instead of += for cmake-native
Otherwise when a recipe using DEPENDS=, the cmake-native dependency disappears. (From OE-Core rev: 2b35539d96325d8e687451543d4f52f1a07bf1c6) 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 eda45dd..54d4519 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 = ""
OpenPOWER on IntegriCloud