]> code.ossystems Code Review - openembedded-core.git/commit
cmake: don't inherit autotools
authorRoss Burton <ross.burton@intel.com>
Tue, 16 Feb 2016 16:27:19 +0000 (16:27 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Feb 2016 07:39:21 +0000 (07:39 +0000)
commit1cbc0400621c23243d96dedf4a226a732f5c87c9
tree5574535c34d2ec84d27167584a28d389bd142c98
parent3821aee0129b87a859b3a540b82745fdae184721
cmake: don't inherit autotools

autotools was inherited for some functions some time ago, but now all it's using
it for explicitly is autotools_do_install(), which is basically just "make
install".  Invoke that directly and we can remove the inherit autotools.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/cmake.bbclass