]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: AX_PKG_SWIG should add dependency on swig-native
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 31 Aug 2016 03:15:55 +0000 (15:15 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Sep 2016 23:36:43 +0000 (00:36 +0100)
commit2600cd6f6c63ecf79804e2bc6eb6f198a012d5d6
tree7e01154a29f8f2d9af5444a5a5f0774f0d3128be
parent9069fef5dad5a873c8a8f720f7bcbc7625556309
recipetool: create: AX_PKG_SWIG should add dependency on swig-native

If AX_PKG_SWIG is found in configure.ac, then what's being looked for is
the swig binary, not swig for the target - so fix the dependency
accordingly.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/recipetool/create_buildsys.py