[bitbake-devel] [PATCH 0/6] npm fetcher fixes

Paul Eggleton paul.eggleton at linux.intel.com
Mon Sep 5 22:57:27 UTC 2016


Some fixes for issues in the npm fetcher that I found while trying to
implement support for non-npm node.js source trees.


The following changes since commit dc756510a95f88b192352be6fcd1d5d77852c348:

  bb.fetch2.svn: correctly pass workdir when fetching (2016-09-02 16:29:36 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib paule/bb-npm-fixes3
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=paule/bb-npm-fixes3

Paul Eggleton (6):
  fetch2/npm: explicitly specify workdir
  fetch2/npm: fix broken fetches if more than one npm URL fetched
  fetch2/npm: support subdir= parameter
  fetch2/npm: handle top-level shrinkwrap file
  fetch2/npm: clarify comment
  lib/bb/utils: edit_metadata() comment tweaks

 lib/bb/fetch2/npm.py | 29 +++++++++++++++++++++--------
 lib/bb/utils.py      |  4 +++-
 2 files changed, 24 insertions(+), 9 deletions(-)

-- 
2.5.5



More information about the bitbake-devel mailing list