aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oe/process.py
AgeCommit message (Collapse)Author
2010-10-21oe.process: allow passing input into run()Chris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-13oe.process: subclass PopenChris Larson
Rather than providing a wrapper function, we can subclass Popen and provide our slightly different defaults that way. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-13oe.process: pull some common bits overChris Larson
Also update gitver to use the subprocess wrappers Signed-off-by: Chris Larson <chris_larson@mentor.com>