]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: detect python autoconf macros
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 18 Sep 2016 20:08:08 +0000 (08:08 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2016 08:06:52 +0000 (09:06 +0100)
commit63234cc45aee91b031657971f36997e1443f80ee
tree3d81d0f1f637b35e4cffab64c1796025ffa61df7
parentf7e43f931d7d6019a3b2509b2b2635978fbbae36
recipetool: create: detect python autoconf macros

If python is required then we need to inherit pythonnative (or
python3native) otherwise do_configure will probably fail since it won't
be able to find python.

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