Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH V2] Cleanup subprocess calls
@ 2016-10-07  3:09 Stephano Cetola
  2016-10-07  3:09 ` [PATCH V2] subprocess: remove strings and migrate to direct arrays Stephano Cetola
  0 siblings, 1 reply; 6+ messages in thread
From: Stephano Cetola @ 2016-10-07  3:09 UTC (permalink / raw)
  To: openembedded-core

Changed since V1: 
changed smart_opt to an array and fixed the effected functions
cleaned up _invoke_smart calls to use arrays

Note that there is still some work to do on this file in terms of
subprocess calls, which I will create a bug for, but that this is a
good stopping point for M4.

Stephano Cetola (1):
  subprocess: remove strings and migrate to direct arrays

 meta/lib/oe/distro_check.py    |   2 +-
 meta/lib/oe/package.py         |  13 +--
 meta/lib/oe/package_manager.py | 218 ++++++++++++++++++++---------------------
 3 files changed, 114 insertions(+), 119 deletions(-)

-- 
2.10.0



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-10-10 14:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-07  3:09 [PATCH V2] Cleanup subprocess calls Stephano Cetola
2016-10-07  3:09 ` [PATCH V2] subprocess: remove strings and migrate to direct arrays Stephano Cetola
2016-10-09 11:42   ` Richard Purdie
2016-10-09 11:44   ` Richard Purdie
2016-10-10 13:15     ` Stephano Cetola
2016-10-10 14:22     ` Christopher Larson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox