[oe-commits] [openembedded-core] 02/58: cmake: put cmake.m4 and toolchain file in PN

git at git.openembedded.org git at git.openembedded.org
Wed Jul 25 21:45:32 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 1c0c0c2ce272f0960b2e48f9d03dbd705dbcba55
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Wed Jul 18 16:54:50 2018 +0100

    cmake: put cmake.m4 and toolchain file in PN
    
    Previously cmake-dev held some files which should be in cmake.
    
    - cmake.m4 should be in installed in cmake so it can be used out of the box
    - nativesdk-specific OEToolchainConfig.cmake file used to be in cmake, but the
      change of default packaging rules move it into cmake-dev.  This recipe is the
      exception and it should be moved back.
    
    Add the extra paths to cmake, and clear FILES for cmake-dev to ensure nothing
    else slips in.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/cmake/cmake_3.11.4.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/cmake/cmake_3.11.4.bb b/meta/recipes-devtools/cmake/cmake_3.11.4.bb
index eb055b9..e045767 100644
--- a/meta/recipes-devtools/cmake/cmake_3.11.4.bb
+++ b/meta/recipes-devtools/cmake/cmake_3.11.4.bb
@@ -46,7 +46,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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list