All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] recipetool create improvements
@ 2016-03-08  5:35 Paul Eggleton
  2016-03-08  5:36 ` [PATCH 1/6] recipetool: create: be more tolerant of spacing in configure.ac Paul Eggleton
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Paul Eggleton @ 2016-03-08  5:35 UTC (permalink / raw)
  To: openembedded-core

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



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

end of thread, other threads:[~2016-03-08 22:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-08  5:35 [PATCH 0/6] recipetool create improvements Paul Eggleton
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

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.