diff options
author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2016-02-05 12:51:51 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-06 23:08:57 +0000 |
commit | 555981c10e6b7f5c2be7f2c3fefb89b1add72cab (patch) | |
tree | 6c506c2b828009e52b607e168d04286e9d2a7a35 /meta/lib/oe/__init__.py | |
parent | 5de9b123f35a62a0a81f434a10492cdd92668ef0 (diff) | |
download | openembedded-core-555981c10e6b7f5c2be7f2c3fefb89b1add72cab.tar.gz openembedded-core-555981c10e6b7f5c2be7f2c3fefb89b1add72cab.tar.bz2 openembedded-core-555981c10e6b7f5c2be7f2c3fefb89b1add72cab.zip |
package_manager.py: fix python indentation bug (opkg)
This if branch is causing the following error during do_rootfs:
"Exception: UnboundLocalError: local variable 'cfg_file' referenced
before assignment". This happends because the cfg_file variable is
defined at a deeper nesting level (just above the if branch).
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/lib/oe/__init__.py')
0 files changed, 0 insertions, 0 deletions