diff options
author | Ross Burton <ross.burton@intel.com> | 2012-11-16 17:16:07 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 16:42:09 +0000 |
commit | c2cb4c0645da3d2afb92ada714371506e6a54ec0 (patch) | |
tree | 5b0d66b194032115200a195e4fc7e2105433afe2 /meta/classes | |
parent | 2d234fbe3fec20c8270fb013a87a7721e718da47 (diff) | |
download | 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')
-rw-r--r-- | meta/classes/cmake.bbclass | 2 |
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 @@ | |||
1 | DEPENDS += " cmake-native " | 1 | DEPENDS_prepend = "cmake-native " |
2 | 2 | ||
3 | # We need to unset CCACHE otherwise cmake gets too confused | 3 | # We need to unset CCACHE otherwise cmake gets too confused |
4 | CCACHE = "" | 4 | CCACHE = "" |