From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/6] recipetool create improvements
Date: Tue, 8 Mar 2016 18:35:59 +1300 [thread overview]
Message-ID: <cover.1457415260.git.paul.eggleton@linux.intel.com> (raw)
Improvements to the following areas of recipetool create:
* License detection
* Autotools program mapping and spacing in macro regexes
* npm module handling
The following changes since commit 0d02159c8d66bb136f7da2c10fda7d1a57f40cec:
image.bbclass: fix incomplete .rootfs customization (2016-03-07 22:01:16 +0000)
are available in the git repository at:
git://git.openembedded.org/openembedded-core-contrib paule/recipetool3
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/recipetool3
Paul Eggleton (6):
recipetool: create: be more tolerant of spacing in configure.ac
recipetool: create: improve mapping for autotools program macros
recipetool: create: match *LICENSE* as a license file
recipetool: create: add license file crunching
recipetool: create: split npm module dependencies into packages
recipetool: create: check if npm available if npm:// URL specified
meta/classes/npm.bbclass | 12 +++
meta/lib/oe/package.py | 24 ++++++
scripts/lib/recipetool/create.py | 135 +++++++++++++++++++++++++++++-
scripts/lib/recipetool/create_buildsys.py | 54 ++++++++----
scripts/lib/recipetool/create_npm.py | 42 +++++++++-
5 files changed, 245 insertions(+), 22 deletions(-)
--
2.5.0
next reply other threads:[~2016-03-08 5:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-08 5:35 Paul Eggleton [this message]
2016-03-08 5:36 ` [PATCH 1/6] recipetool: create: be more tolerant of spacing in configure.ac Paul Eggleton
2016-03-08 5:36 ` [PATCH 2/6] recipetool: create: improve mapping for autotools program macros Paul Eggleton
2016-03-08 5:36 ` [PATCH 3/6] recipetool: create: match *LICENSE* as a license file Paul Eggleton
2016-03-08 5:36 ` [PATCH 4/6] recipetool: create: add license file crunching Paul Eggleton
2016-03-08 5:36 ` [PATCH 5/6] recipetool: create: split npm module dependencies into packages Paul Eggleton
2016-03-08 5:36 ` [PATCH 6/6] recipetool: create: check if npm available if npm:// URL specified Paul Eggleton
2016-03-08 22:01 ` [PATCH 0/6] recipetool create improvements 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.1457415260.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.