]> code.ossystems Code Review - openembedded-core.git/commit
uninative.bbclass: capture stdout/err from patchelf-uninative
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 11 Feb 2016 06:59:42 +0000 (07:59 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Feb 2016 12:31:32 +0000 (12:31 +0000)
commit87e744791e59806d0c87b37d72ff32a96bbcb929
tree09b10793d61190886de42b051ad10dd40f0f41e7
parent24eba6f321e1152bcf60bc16ec21b0b29ab21179
uninative.bbclass: capture stdout/err from patchelf-uninative

When patchelf-uninative fails, reporting only the exit code
as done by subprocess.check_call() is not enough to understand
the problem. We also need to capture and report the output
of the command.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/uninative.bbclass