mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
recipetool/create: npm: remove the 'noverify' url parameter
This commit removes the 'noverify' parameter which was added to the url to fix warnings with the shrinkwrap / lockdown file generation. This is not needed anymore with the new npm fetcher. (From OE-Core rev: 401a9818c633373854d3c7dec032b9f455f2b2b4) Signed-off-by: Jean-Marie LEMETAYER <jean-marie.lemetayer@savoirfairelinux.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
1f3b0e2f89
commit
4bb2d97e7f
|
@ -477,8 +477,6 @@ def create_recipe(args):
|
|||
storeTagName = params['tag']
|
||||
params['nobranch'] = '1'
|
||||
del params['tag']
|
||||
if scheme == 'npm':
|
||||
params['noverify'] = '1'
|
||||
fetchuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params))
|
||||
|
||||
tmpparent = tinfoil.config_data.getVar('BASE_WORKDIR')
|
||||
|
|
Loading…
Reference in New Issue
Block a user