Changes since v1: * Set PKGV and SUMMARY per package for split npm packages so they get the values appropriate to the module they contain. PKGV is particularly important so that the image manifests have the appropriate version for each module. * Create shrinkwrap/lockdown files next to npm recipes and add references to them within the recipe * Don't fail if license value in an npm module's package.json isn't a simple string (more complicated license definitions are allowed according to the npm documentation).
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 (8): 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 recipetool: create: support creation of additional files by plugins recipetool: create: shrinkwrap and lockdown npm modules meta/classes/npm.bbclass | 20 ++++ meta/lib/oe/package.py | 32 +++++++ scripts/lib/devtool/standard.py | 6 +- scripts/lib/recipetool/create.py | 146 +++++++++++++++++++++++++++++- scripts/lib/recipetool/create_buildsys.py | 54 ++++++++--- scripts/lib/recipetool/create_npm.py | 114 ++++++++++++++++++++++- 6 files changed, 349 insertions(+), 23 deletions(-) -- 2.5.0 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core