From 308aa739417f1e3b11000e2268da69f3e3db3828 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 19 Mar 2008 22:21:01 +0000 Subject: [PATCH] insane bbclass: add '8' (.la references workdir) to list of fatal errors * this will also trigger on broken libtool archives already present in staging. If you get hit by this: rebuild the offending recipes or do a clean rebuild --- classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/insane.bbclass b/classes/insane.bbclass index 2ef5527..1f7c761 100644 --- a/classes/insane.bbclass +++ b/classes/insane.bbclass @@ -178,7 +178,7 @@ def package_qa_make_fatal_error(error_class, name, path,d): TODO: Load a whitelist of known errors """ - return not error_class in [0, 5, 7, 8] + return not error_class in [0, 5, 7] def package_qa_write_error(error_class, name, path, d): """ -- 2.7.4