diff options
author | Scott Garman <scott.a.garman@intel.com> | 2012-01-05 13:12:50 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-05 22:17:23 +0000 |
commit | 0443487fe0bc628db9b03306bdc9dcdb39a121dc (patch) | |
tree | f014a111fad1084d42ec1f01d1020e0d68815858 /meta/recipes-graphics/xcb | |
parent | 563828bad19a242bba9ce3db461bb5807037dfdf (diff) | |
download | openembedded-core-0443487fe0bc628db9b03306bdc9dcdb39a121dc.tar.gz openembedded-core-0443487fe0bc628db9b03306bdc9dcdb39a121dc.tar.bz2 openembedded-core-0443487fe0bc628db9b03306bdc9dcdb39a121dc.tar.xz openembedded-core-0443487fe0bc628db9b03306bdc9dcdb39a121dc.zip |
insane.bbclass: use bb.process.Popen instead of subprocess.check_output
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xcb')
0 files changed, 0 insertions, 0 deletions