[oe-commits] Ross Burton : cmake.bbclass: use DEPENDS_prepend instead of += for cmake-native

git at git.openembedded.org git at git.openembedded.org
Sun Nov 18 16:43:47 UTC 2012


Module: openembedded-core.git
Branch: master-next
Commit: 2b35539d96325d8e687451543d4f52f1a07bf1c6
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=2b35539d96325d8e687451543d4f52f1a07bf1c6

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Nov 16 17:16:07 2012 +0000

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 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 = ""





More information about the Openembedded-commits mailing list