All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] devtool / recipetool fixes for node.js modules
@ 2017-04-12 10:41 Paul Eggleton
  2017-04-12 10:41 ` [PATCH 1/4] recipetool: create: fix for regression in npm license handling Paul Eggleton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul Eggleton @ 2017-04-12 10:41 UTC (permalink / raw)
  To: openembedded-core

This fixes a few regressions in master in handling devtool add on
node.js modules relative to morty.


The following changes since commit 210c518ba8f8d6ec6e9d34e0df8b963a3b2e0593:

  ptest-runner: Upgrade to minor version 2.0.2 (2017-04-11 18:09:21 +0100)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/npm-fixes3
  http://cgit.openembedded.org/openembedded-core-contrib/log/?h=paule/npm-fixes3

Paul Eggleton (4):
  recipetool: create: fix for regression in npm license handling
  devtool: add: fix node.js/npm handling with recipe specific sysroots
  devtool: add: prevent repeatedly running recipetool
  recipetool: create: hide missing npm error when called from devtool

 scripts/lib/devtool/__init__.py      | 25 ++++++++++++++-----------
 scripts/lib/devtool/standard.py      |  6 +++++-
 scripts/lib/recipetool/create.py     | 32 ++++++++++++++++++++++++++------
 scripts/lib/recipetool/create_npm.py | 23 +++++++++++++----------
 4 files changed, 58 insertions(+), 28 deletions(-)

-- 
2.9.3



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

end of thread, other threads:[~2017-04-12 10:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-12 10:41 [PATCH 0/4] devtool / recipetool fixes for node.js modules Paul Eggleton
2017-04-12 10:41 ` [PATCH 1/4] recipetool: create: fix for regression in npm license handling Paul Eggleton
2017-04-12 10:41 ` [PATCH 2/4] devtool: add: fix node.js/npm handling with recipe specific sysroots Paul Eggleton
2017-04-12 10:41 ` [PATCH 3/4] devtool: add: prevent repeatedly running recipetool Paul Eggleton
2017-04-12 10:41 ` [PATCH 4/4] recipetool: create: hide missing npm error when called from devtool 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.