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 ac2c1519b0..a4079dab0d 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -34,6 +34,8 @@ EXTRA_OECMAKE_append = " ${PACKAGECONFIG_CONFARGS}"
34EXTRA_OECMAKE_BUILD_prepend_task-compile = "${PARALLEL_MAKE} " 34EXTRA_OECMAKE_BUILD_prepend_task-compile = "${PARALLEL_MAKE} "
35EXTRA_OECMAKE_BUILD_prepend_task-install = "${PARALLEL_MAKEINST} " 35EXTRA_OECMAKE_BUILD_prepend_task-install = "${PARALLEL_MAKEINST} "
36 36
37FILES_${PN}-dev += "${libdir}/cmake ${datadir}/cmake"
38
37# CMake expects target architectures in the format of uname(2), 39# CMake expects target architectures in the format of uname(2),
38# which do not always match TARGET_ARCH, so all the necessary 40# which do not always match TARGET_ARCH, so all the necessary
39# conversions should happen here. 41# conversions should happen here.