diff options
| -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 20d8a61069..12df617ad8 100644 --- a/meta/classes/cmake.bbclass +++ b/meta/classes/cmake.bbclass | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # Path to the CMake file to process. | 1 | # Path to the CMake file to process. |
| 2 | OECMAKE_SOURCEPATH ?= "${S}" | 2 | OECMAKE_SOURCEPATH ??= "${S}" |
| 3 | 3 | ||
| 4 | DEPENDS_prepend = "cmake-native " | 4 | DEPENDS_prepend = "cmake-native " |
| 5 | B = "${WORKDIR}/build" | 5 | B = "${WORKDIR}/build" |
