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