]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: add basic support for extracting dependencies from cmake
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 18 Jan 2016 11:18:33 +0000 (00:18 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 16:35:38 +0000 (16:35 +0000)
commit77e73e6930381fdbd6e78d3913d6467572e16568
tree96c9d56517cc97c634ea152f51e19ba8ef68eb7d
parente1ac0c45b27ded9962edaf34597f827d0b41ba82
recipetool: create: add basic support for extracting dependencies from cmake

Add support for extracting dependencies from CMakeLists.txt. There's
still a bunch of things missing that are outside the scope of OE-Core
and we still lack a proper extension mechanism, but this is a good
start.

This also adds an oe-selftest test to exercise the new code a bit.

Implements [YOCTO #7635].

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/recipetool.py
scripts/lib/recipetool/create.py
scripts/lib/recipetool/create_buildsys.py