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:10:45 +0000 |
commit | bbdbe00c2a0c1b07f1dfd8a33a6afe8f764571c3 (patch) | |
tree | 0611df0e0b4bba2f6033a442a1dcb68f428a4a6c /meta/recipes-extended/mingetty | |
parent | ea40a0b7690b2a6cdda5dfd067e0abee1f19bf6d (diff) | |
download | poky-bbdbe00c2a0c1b07f1dfd8a33a6afe8f764571c3.tar.gz |
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).
(From OE-Core rev: 555981c10e6b7f5c2be7f2c3fefb89b1add72cab)
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/mingetty')
0 files changed, 0 insertions, 0 deletions