]> code.ossystems Code Review - openembedded-core.git/commit
cmake: put cmake.m4 and toolchain file in PN
authorRoss Burton <ross.burton@intel.com>
Wed, 18 Jul 2018 15:54:50 +0000 (16:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Jul 2018 12:16:31 +0000 (13:16 +0100)
commita6ce79b87d3db57033a3d1710cb3292366a0a8f7
tree500c02591177162653777bd7415c79d1dcc08379
parentda60be3768e7183794d63548166d107dbd0a4973
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@intel.com>
meta/recipes-devtools/cmake/cmake_3.11.4.bb