]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.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:31:30 +0000 (10:31 +0000)
commitd8fbaebc482f0e8556077006b8fac43db8927793
tree781537a2885b0fe0bf5933797a13a42e6aa86838
parent56b4aa820c3e8a7755ca5e41866d1015f025ad46
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 ]

(From OE-Core rev: b12cec9a5ef14ecb02be7feec65508cf5d65c795)

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