From c2cb4c0645da3d2afb92ada714371506e6a54ec0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 16 Nov 2012 17:16:07 +0000 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- meta/classes/cmake.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ""