This is a non-functional change, which intends to correct element
names of a tuple returned by Popen.communicate() in oe-core classes
chrpath and package.

Both in python2 and python3 subprocess.Popen.communicate() method
returns a tuple (stdoutdata, stderrdata), thus some old assignments
and collateral comments are incorrect from human's point of view,
however formally there is no error in the code.

The issue was occasionally found by code inspection while investigating
early build errors due to not installed chrpath utility on a host.

The change is desired to have to avoid excessive astonishment while
reading code and of course copy-paste errors in future.

Vladimir Zapolskiy (2):
  chrpath: correct subprocess.Popen.communicate() return values
  package: correct subprocess.Popen.communicate() return values

 meta/classes/chrpath.bbclass | 18 +++++++++---------
 meta/classes/package.bbclass | 12 ++++++------
 2 files changed, 15 insertions(+), 15 deletions(-)

-- 
2.8.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to