summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2014-02-23 07:35:59 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-25 08:03:32 +0000
commit824cc754267ef70b5b46d57f5f28bb390c04c6d2 (patch)
treecf5612dcb3ce79637acffa8d7e9def2971010d5c /meta/recipes-support
parent1571cf6c68e3c75d12ef320d21c6525336f5e5a3 (diff)
downloadpoky-824cc754267ef70b5b46d57f5f28bb390c04c6d2.tar.gz
package_manager.py: correctly handle empty opkg-query-helper.py output
If the output from opkg-query-helper.py is empty, output.split('\n') would result in a list containing one element which is an empty string while iterating over each line in the output. An exception is then thrown by the line: pkg, pkg_file, pkg_arch = line.split() with the message: Exception: ValueError: need more than 0 values to unpack To avoid this, we add a condition to only split the output if it isn't empty. (From OE-Core rev: ee7b75c895e77ab20f728423c8efc2ced92265e8) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
0 files changed, 0 insertions, 0 deletions