From: Leon Woestenberg Date: Thu, 26 Apr 2007 23:24:09 +0000 (+0000) Subject: insane.bbclass: Commented out scanelf format debugging. X-Git-Tag: Release-2010-05/1~8868^2~660^2~41 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5da8ac500c38c2a0f7c2d7f104061be482c7b7d2;p=openembedded.git insane.bbclass: Commented out scanelf format debugging. --- diff --git a/classes/insane.bbclass b/classes/insane.bbclass index d07b181dbd..7454957e5b 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -213,7 +213,7 @@ def package_qa_check_rpath(file,name,d): if not bad_dir in bb.data.getVar('WORKDIR', d, True): bb.fatal("This class assumed that WORKDIR is ${TMPDIR}/work... Not doing any check") - bb.note("%s -F%%r#F %s" % (scanelf,file)) + #bb.note("%s -F%%r#F %s" % (scanelf,file)) output = os.popen("%s -F%%r#F %s" % (scanelf,file)) txt = output.readline().split() for line in txt: