On 25 July 2018 at 21:05, Bruce Ashfield <[email protected]> wrote: > My question about the change .. is why ? I really don't like cleanup > patches on principle, and want things pinned to a bug, a performance > issue or something else.
See a post by RP to the oe-core list a few days ago: a general cleanup of Python code that spawns is well overdue. In this case oe.utils.getstatusoutpus is a wrapper that just calls a deprecated function in subprocess, is best to pass arguments as an array instead of string, best not to use a shell, etc. Ross -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
