All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Improve recipetool metadata extraction
@ 2016-01-18 11:18 Paul Eggleton
  2016-01-18 11:18 ` [PATCH 01/10] recipetool: create: improve extraction of pkg-config / lib deps Paul Eggleton
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paul Eggleton @ 2016-01-18 11:18 UTC (permalink / raw)
  To: openembedded-core

Improve the ability for recipetool create (or devtool add, which uses the
former) to extract dependencies from source trees, as well as a couple of
other related fixes.


The following changes since commit a42229df424552955c0ac62da1063461f97f5938:

  openssh: CVE-2016-1907 (2016-01-17 11:32:21 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/recipetool-fixes
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/recipetool-fixes

Paul Eggleton (10):
  recipetool: create: improve extraction of pkg-config / lib deps
  recipetool: create: pick up boost macros in configure.ac
  recipetool: create: detect flex/bison dependency
  recipetool: create: support additional autoconf macros from autoconf-archive
  recipetool: create: fix overzealous mapping of git URLs
  recipetool: create: move dependency mapping code to RecipeHandler
  recipetool: create: force GL libraries to virtual/*
  recipetool: create: add basic support for extracting dependencies from cmake
  recipetool: create: add a couple more license checksums
  oe-selftest: devtool: fix test_devtool_add_library if python was built first

 meta/lib/oeqa/selftest/devtool.py         |  12 +-
 meta/lib/oeqa/selftest/recipetool.py      |  21 +-
 scripts/lib/recipetool/create.py          | 149 ++++++++++++-
 scripts/lib/recipetool/create_buildsys.py | 340 +++++++++++++++++++++++-------
 4 files changed, 432 insertions(+), 90 deletions(-)

-- 
2.5.0



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-01-18 11:19 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 11:18 [PATCH 00/10] Improve recipetool metadata extraction Paul Eggleton
2016-01-18 11:18 ` [PATCH 01/10] recipetool: create: improve extraction of pkg-config / lib deps Paul Eggleton
2016-01-18 11:18 ` [PATCH 02/10] recipetool: create: pick up boost macros in configure.ac Paul Eggleton
2016-01-18 11:18 ` [PATCH 03/10] recipetool: create: detect flex/bison dependency Paul Eggleton
2016-01-18 11:18 ` [PATCH 04/10] recipetool: create: support additional autoconf macros from autoconf-archive Paul Eggleton
2016-01-18 11:18 ` [PATCH 05/10] recipetool: create: fix overzealous mapping of git URLs Paul Eggleton
2016-01-18 11:18 ` [PATCH 06/10] recipetool: create: move dependency mapping code to RecipeHandler Paul Eggleton
2016-01-18 11:18 ` [PATCH 07/10] recipetool: create: force GL libraries to virtual/* Paul Eggleton
2016-01-18 11:18 ` [PATCH 08/10] recipetool: create: add basic support for extracting dependencies from cmake Paul Eggleton
2016-01-18 11:18 ` [PATCH 09/10] recipetool: create: add a couple more license checksums Paul Eggleton
2016-01-18 11:18 ` [PATCH 10/10] oe-selftest: devtool: fix test_devtool_add_library if python was built first Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.