]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: fix npm license code regression
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 23 Aug 2017 12:14:48 +0000 (00:14 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Aug 2017 12:47:49 +0000 (13:47 +0100)
commit3e408aadaea85b6f192b34d37d508cbaf3cd7164
tree7fed628a0c274c340cf7cbf56ac5da3a6dbc91da
parent1261900aeac725e5712e0180600753a9d4c67e60
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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create_npm.py