summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-devtools/cmake/cmake_3.10.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'poky/meta/recipes-devtools/cmake/cmake_3.10.3.bb')
-rw-r--r--poky/meta/recipes-devtools/cmake/cmake_3.10.3.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/poky/meta/recipes-devtools/cmake/cmake_3.10.3.bb b/poky/meta/recipes-devtools/cmake/cmake_3.10.3.bb
index 3f8fd7a99..7d81edc60 100644
--- a/poky/meta/recipes-devtools/cmake/cmake_3.10.3.bb
+++ b/poky/meta/recipes-devtools/cmake/cmake_3.10.3.bb
@@ -44,7 +44,8 @@ do_install_append_class-nativesdk() {
FILES_${PN}_append_class-nativesdk = " ${SDKPATHNATIVE}"
-FILES_${PN} += "${datadir}/cmake-${CMAKE_MAJOR_VERSION}"
+FILES_${PN} += "${datadir}/cmake-${CMAKE_MAJOR_VERSION} ${datadir}/cmake ${datadir}/aclocal"
FILES_${PN}-doc += "${docdir}/cmake-${CMAKE_MAJOR_VERSION}"
+FILES_${PN}-dev = ""
BBCLASSEXTEND = "nativesdk"
OpenPOWER on IntegriCloud