]> code.ossystems Code Review - openembedded-core.git/commit
subprocess: remove Popen in favor of check_output
authorStephano Cetola <stephano.cetola@linux.intel.com>
Thu, 29 Sep 2016 22:50:24 +0000 (15:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 30 Sep 2016 16:48:33 +0000 (17:48 +0100)
commit0d6b7276003f1afabc6de683f663540327d52bdc
tree8f54884c51aff575e8b392100b9e2a434c71eb18
parent901ccb3e70e9036112c51acc6d18d05025f6e1bb
subprocess: remove Popen in favor of check_output

This begins moving away from the deprecated subprocess calls in an
effort to eventually move to some more global abstraction using the run
convenience method provided in python 3.5.

[ YOCTO #9342 ]

Signed-off-by: Stephano Cetola <stephano.cetola@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/buildstats.bbclass
meta/classes/spdx.bbclass