diff options
Diffstat (limited to 'meta/classes/cmake.bbclass')
-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 @@ -DEPENDS += " cmake-native " +DEPENDS_prepend = "cmake-native " # We need to unset CCACHE otherwise cmake gets too confused CCACHE = "" |