diff options
Diffstat (limited to 'scripts/lib/devtool/standard.py')
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 3e7b54e885..a9dd3b2c2f 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -94,7 +94,7 @@ def add(args, config, basepath, workspace): | |||
94 | source = srctree | 94 | source = srctree |
95 | if args.version: | 95 | if args.version: |
96 | extracmdopts += ' -V %s' % args.version | 96 | extracmdopts += ' -V %s' % args.version |
97 | stdout, stderr = exec_build_env_command(config.init_path, basepath, 'recipetool --color=%s create -o %s "%s" %s' % (color, recipefile, source, extracmdopts)) | 97 | stdout, _ = exec_build_env_command(config.init_path, basepath, 'recipetool --color=%s create -o %s "%s" %s' % (color, recipefile, source, extracmdopts)) |
98 | logger.info('Recipe %s has been automatically created; further editing may be required to make it fully functional' % recipefile) | 98 | logger.info('Recipe %s has been automatically created; further editing may be required to make it fully functional' % recipefile) |
99 | 99 | ||
100 | _add_md5(config, args.recipename, recipefile) | 100 | _add_md5(config, args.recipename, recipefile) |