From 2f3a7348b7da637d2362e7ed50c96a248ff58fc5 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 8 Feb 2011 10:05:46 -0600 Subject: insane.bbclass: Fix config.log error message [BUG #702] The previous error message was confusing. It was looking for both library and include host contamination, but the message only indicated include files. Signed-off-by: Mark Hatle --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes/insane.bbclass') diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 6f06d854e7..5d3ef92a2e 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -575,7 +575,7 @@ python do_qa_configure() { os.path.join(root,"config.log") if "config.log" in files: if os.system(statement) == 0: - bb.fatal("""This autoconf log indicates errors, it looked at host includes. + bb.fatal("""This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing this. The path was '%s'""" % root) if "configure.ac" in files: -- cgit v1.2.3-54-g00ecf