From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/10] Improve recipetool metadata extraction
Date: Tue, 19 Jan 2016 00:18:25 +1300 [thread overview]
Message-ID: <cover.1453115842.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2016-01-18 11:19 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-18 11:18 Paul Eggleton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1453115842.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.