]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: create: suppress npm shrinkwrap/lockdown warnings again
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 30 Aug 2017 23:54:14 +0000 (11:54 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 31 Aug 2017 22:25:33 +0000 (23:25 +0100)
commitcb083b6f5f6e909b7c85548bcb1a92ca34d0c18a
treea4ce1c788833abdcbe268be41d327da6631cf166
parentad1200c8729f21b325d347649f9dd5e5598de93e
recipetool: create: suppress npm shrinkwrap/lockdown warnings again

Since OE-Core revision 9a47a6690052ef943c0d4760630ee630fb012153 the
mechanism we were using to suppress the warnings about
NPM_LOCKDOWN and NPM_SHRINKWRAP not being set on the first fetch of the
source is no longer available since we are using the normal fetch/unpack
tasks to do the job. Use the newly added noverify parameter to suppress
the warnings again.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/recipetool/create.py