]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: improve extraction of pkg-config / lib deps
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Mon, 18 Jan 2016 11:18:26 +0000 (00:18 +1300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 16:35:38 +0000 (16:35 +0000)
commitc58669fb0977f7f0cb79f252484d5c5ef0dfb7e4
tree8b38fe093d0f91eeb708d52dc3318a6f45cf5ec0
parentb9d400be06bc4a4bb9f9c6a6a0c8e5ecfd4e2dfb
recipetool: create: improve extraction of pkg-config / lib deps

* The regexes for PKG_CHECK_MODULES / AC_CHECK_LIB were a bit too strict
  and thus we were skipping some macros.
* Add support for PKG_CHECK_EXISTS
* Avoid duplicates in warning on missing pkg-config dependencies
* Ignore dependency on musl (since this may come up if it's the selected
  C library)

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_buildsys.py