summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/cmake.bbclass1
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 @@
1DEPENDS_prepend = "cmake-native " 1DEPENDS_prepend = "cmake-native "
2B = "${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
4CCACHE = "" 5CCACHE = ""