]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Relax fatal errors for now until we get have time to work through...
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 8 Jul 2010 22:51:06 +0000 (23:51 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 8 Jul 2010 22:51:06 +0000 (23:51 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/classes/insane.bbclass

index a04542e2080dad3c2011882d3653528280a6d4d6..17790919c1a25bb4a06cbd8bb0ae933f75ecc49b 100644 (file)
@@ -112,6 +112,7 @@ def package_qa_make_fatal_error(error_class, name, path,d):
 
     TODO: Load a whitelist of known errors
     """
+    return False
     return not error_class in [0, 5, 7, 8, 9]
 
 def package_qa_write_error(error_class, name, path, d):