Files
poky/meta/classes
Scott Garman 05409821ea 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.

(From OE-Core rev: 0443487fe0bc628db9b03306bdc9dcdb39a121dc)

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-05 22:17:33 +00:00
..
2012-01-03 12:12:38 +00:00
2011-11-27 10:25:34 +00:00
2011-11-30 22:18:08 +00:00
2011-11-27 10:25:34 +00:00
2008-05-15 14:11:13 +00:00
2011-11-27 10:25:34 +00:00
2011-11-27 10:25:34 +00:00
2011-11-27 10:25:34 +00:00
2011-11-27 10:25:34 +00:00
2011-12-15 14:36:24 +00:00
2011-11-27 10:25:34 +00:00