oe.utils: add oe_run convenience function
authorChris Larson <chris_larson@mentor.com>
Tue, 24 Aug 2010 21:06:01 +0000 (14:06 -0700)
committerChris Larson <chris_larson@mentor.com>
Wed, 25 Aug 2010 14:31:52 +0000 (07:31 -0700)
commit013d632d46ef474086db46158c74f2ae158ae9ff
tree8affc68f88e74433a36c88defe9e67de562f54bd
parent962aacf151e224482ba3c34aafbbc3bfe8d2a66b
oe.utils: add oe_run convenience function

This one is intended to be used from python snippets in variables.  It returns
the stdout of the subprocess and raises an exception if the exit code isn't 0.

Signed-off-by: Chris Larson <chris_larson@mentor.com>
classes/utils.bbclass