[OE-core] [PATCH 1/1] insane.bbclass: use bb.process.Popen instead of subprocess.check_output
Richard Purdie
richard.purdie at linuxfoundation.org
Thu Jan 5 22:21:15 UTC 2012
On Thu, 2012-01-05 at 13:12 -0800, Scott Garman wrote:
> subprocess.check_output was only introduced in Python v2.7, so we
> cannot use it. This refactors the QA test to use bb.process.Popen
> instead.
>
> This fixes the error:
>
> AttributeError: 'module' object has no attribute 'check_output'
>
> It no longer checks the return status of prelink-rtld, as that
> case was simply adding noise. This QA test is intended to only
> warn about specific paths that binaries could be linking to, not
> handle the case where there is a missing library.
>
> Signed-off-by: Scott Garman <scott.a.garman at intel.com>
> ---
> meta/classes/insane.bbclass | 16 ++++++----------
> 1 files changed, 6 insertions(+), 10 deletions(-)
Merged to master, thanks for the quick fix!
Cheers,
Richard
More information about the Openembedded-core
mailing list