]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: add missed module
authorLei Yang <Lei.Yang@windriver.com>
Wed, 10 Apr 2019 06:04:09 +0000 (14:04 +0800)
committerArmin Kuster <akuster808@gmail.com>
Sun, 14 Apr 2019 14:23:21 +0000 (07:23 -0700)
commit4cf8d01d0066699f39162e25d1cdc847c0175473
treef90a5a988897a373bb7cbac015097ecb8320779a
parentb768cfb6c849cbbc2d6e2d03974af009ca5340de
recipetool: add missed module

When I use recipetool to add a new recipe, it says:

[snip]
sys.exit(14)
NameError: name 'sys' is not defined
[snip]

Signed-off-by: Lei Yang <Lei.Yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
scripts/lib/recipetool/create_npm.py