diff options
Diffstat (limited to 'meta/classes/cmake.bbclass')
-rw-r--r-- | meta/classes/cmake.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass index 1dc406d253..3ac3fcc53d 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass | |||
@@ -1,4 +1,5 @@ | |||
1 | DEPENDS_prepend = "cmake-native " | 1 | DEPENDS_prepend = "cmake-native " |
2 | B = "${WORKDIR}/build" | ||
2 | 3 | ||
3 | # We need to unset CCACHE otherwise cmake gets too confused | 4 | # We need to unset CCACHE otherwise cmake gets too confused |
4 | CCACHE = "" | 5 | CCACHE = "" |