]> code.ossystems Code Review - openembedded-core.git/commit
lib/oe/package: Improve strip subprocess handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Apr 2015 16:09:58 +0000 (17:09 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 29 Apr 2015 09:39:41 +0000 (10:39 +0100)
commit85e8fb1c7a3baac5633ecdfb36113aec7f4235cb
treef0383002fccf56915b0c517cf32d7d54493d957a
parent18160403427b2aab4207c939312fb0981c3f2d1b
lib/oe/package: Improve strip subprocess handling

Currently if the strip process fails, we get a message but don't know why. This adds
code to show the return value and any error output.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/package.py