]> 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, 5 Apr 2018 14:11:12 +0000 (15:11 +0100)
commit60ba1d424636bdd5700ec3ee0acec5c19550b884
tree3c4995c1fa1686e0b1a61cb5b7ba05388aa8790e
parentba59b6416f24ad53f1caccf9185b46cb60da213a
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/lib/oe/package.py
meta/lib/oe/package_manager.py