insane.bbclass: Commented out scanelf format debugging.
authorLeon Woestenberg <leon.woestenberg@gmail.com>
Thu, 26 Apr 2007 23:24:09 +0000 (23:24 +0000)
committerLeon Woestenberg <leon.woestenberg@gmail.com>
Thu, 26 Apr 2007 23:24:09 +0000 (23:24 +0000)
classes/insane.bbclass

index d07b181..7454957 100644 (file)
@@ -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: