diff options
author | Markus Lehtonen <markus.lehtonen@linux.intel.com> | 2015-05-11 16:17:03 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-16 22:31:50 +0100 |
commit | c977cdf3d85da74ff4f5c9b10bf3caad7cb25204 (patch) | |
tree | 59c8b4601ad204ae30058d8d42006fc61fac1983 /scripts/lib/devtool/standard.py | |
parent | 87fba31ad7a90a10cbe28db15fa8b5a4dec66a14 (diff) | |
download | poky-c977cdf3d85da74ff4f5c9b10bf3caad7cb25204.tar.gz |
devtool: rename unused variables
(From OE-Core rev: 92b84d54292518a387460ee1ec5a994023eb26fc)
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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) |