diff options
-rw-r--r-- | scripts/lib/recipetool/create.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/recipetool/create.py b/scripts/lib/recipetool/create.py index 7659862f58..6cbf4de674 100644 --- a/scripts/lib/recipetool/create.py +++ b/scripts/lib/recipetool/create.py | |||
@@ -477,8 +477,6 @@ def create_recipe(args): | |||
477 | storeTagName = params['tag'] | 477 | storeTagName = params['tag'] |
478 | params['nobranch'] = '1' | 478 | params['nobranch'] = '1' |
479 | del params['tag'] | 479 | del params['tag'] |
480 | if scheme == 'npm': | ||
481 | params['noverify'] = '1' | ||
482 | fetchuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params)) | 480 | fetchuri = bb.fetch2.encodeurl((scheme, network, path, user, passwd, params)) |
483 | 481 | ||
484 | tmpparent = tinfoil.config_data.getVar('BASE_WORKDIR') | 482 | tmpparent = tinfoil.config_data.getVar('BASE_WORKDIR') |