summaryrefslogtreecommitdiffstats
path: root/meta/classes/cmake.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/cmake.bbclass')
-rw-r--r--meta/classes/cmake.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index cd7031b82d..554b948c32 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -1,6 +1,8 @@
1# 1#
2# Copyright OpenEmbedded Contributors 2# Copyright OpenEmbedded Contributors
3# 3#
4# SPDX-License-Identifier: MIT
5#
4 6
5# Path to the CMake file to process. 7# Path to the CMake file to process.
6OECMAKE_SOURCEPATH ??= "${S}" 8OECMAKE_SOURCEPATH ??= "${S}"