]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: pick up AC_PROG_SWIG
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Sun, 18 Sep 2016 20:08:09 +0000 (08:08 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 19 Sep 2016 08:06:52 +0000 (09:06 +0100)
commit847a1aa7153fc8a7b820353283a6f1e51d64f8de
treef5d29e864e393c5a1105ef52b9a6271ba9376c6f
parent63234cc45aee91b031657971f36997e1443f80ee
recipetool: create: pick up AC_PROG_SWIG

AX_PKG_SWIG is not the only commonly-used macro for detecting swig -
there's also AC_PROG_SWIG. As per AX_PKG_SWIG, add swig-native to
DEPENDS if AC_PROG_SWIG is found in configure.ac.

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