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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
