]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
recipetool: create: fix npm license code regression paule/recipetool-npm-fixes2
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 23 Aug 2017 11:56:33 +0000 (23:56 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 23 Aug 2017 12:13:33 +0000 (00:13 +1200)
commitcdd76ab80e6c1505a9e29adfed20e5f07a13d265
tree7fed628a0c274c340cf7cbf56ac5da3a6dbc91da
parent597e0ce43d451de95397f296a8ed4627ca3ac880
recipetool: create: fix npm license code regression

OE-Core commit 1df60b09f7a60427795ec828c9c7180e4e52f98c caused a
regression in npm handling since it still expected to be able to get the
results of the license handling, but this no longer happens until after
the npm plugin is called. Thus, call the license handling function
ourselves here (which will record this as having been handled so it
doesn't get done again later).

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
scripts/lib/recipetool/create_npm.py