]> code.ossystems Code Review - openembedded-core.git/commit
package_manager: remove strings and migrate to direct arrays
authorStephano Cetola <stephano.cetola@linux.intel.com>
Tue, 6 Dec 2016 15:30:59 +0000 (07:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 8 Dec 2016 10:26:14 +0000 (10:26 +0000)
commitb12cec9a5ef14ecb02be7feec65508cf5d65c795
tree541cf17e7db199278f2df4f7c4b5085285a09860
parentdff25cb16ffca0876e5a747644bd6223129df402
package_manager: remove strings and migrate to direct arrays

When using subprocess call and check_output, it is better to use arrays
rather than strings when possible to avoid whitespace and quoting
problems.

[ YOCTO #9342 ]

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/lib/oe/package.py
meta/lib/oe/package_manager.py