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, 0 insertions, 2 deletions
diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index fcfd5dda4f..fd40a9863e 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -54,8 +54,6 @@ EXTRA_OECMAKE_BUILD_prepend_task-install = "${PARALLEL_MAKEINST} "
54OECMAKE_TARGET_COMPILE ?= "all" 54OECMAKE_TARGET_COMPILE ?= "all"
55OECMAKE_TARGET_INSTALL ?= "install" 55OECMAKE_TARGET_INSTALL ?= "install"
56 56
57FILES_${PN}-dev += "${libdir}/cmake ${datadir}/cmake"
58
59# CMake expects target architectures in the format of uname(2), 57# CMake expects target architectures in the format of uname(2),
60# which do not always match TARGET_ARCH, so all the necessary 58# which do not always match TARGET_ARCH, so all the necessary
61# conversions should happen here. 59# conversions should happen here.