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 22cd61eb06..02f313a861 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -27,6 +27,8 @@ OECMAKE_EXTRA_ROOT_PATH ?= ""
27OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "ONLY" 27OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "ONLY"
28OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM_class-native = "BOTH" 28OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM_class-native = "BOTH"
29 29
30EXTRA_OECMAKE_append = " ${PACKAGECONFIG_CONFARGS}"
31
30# CMake expects target architectures in the format of uname(2), 32# CMake expects target architectures in the format of uname(2),
31# which do not always match TARGET_ARCH, so all the necessary 33# which do not always match TARGET_ARCH, so all the necessary
32# conversions should happen here. 34# conversions should happen here.