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 <[email protected]> > --- > meta/classes/insane.bbclass | 16 ++++++---------- > 1 files changed, 6 insertions(+), 10 deletions(-)
Merged to master, thanks for the quick fix! Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
