aboutsummaryrefslogtreecommitdiffstats
path: root/lib/recipetool/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* recipetool: add support for Qt5 to meta-qt5Paul Eggleton2016-02-251-0/+3
Having in recent OE-Core master added build system extension capabilities to recipetool, add a module in meta-qt5 which uses this to enable extraction of Qt5 dependencies from cmake, qmake and autoconf files. It's by no means perfect but does do something useful if you add a recipe for a Qt5-using piece of software using recipetool create or devtool add. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>