]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: Fix config.log error message
authorMark Hatle <mark.hatle@windriver.com>
Tue, 8 Feb 2011 16:05:46 +0000 (10:05 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Feb 2011 17:53:15 +0000 (17:53 +0000)
[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 <mark.hatle@windriver.com>
meta/classes/insane.bbclass

index 6f06d854e71ada9b185bc91d71fecae56d562a3b..5d3ef92a2eff237095aaf6a2648dbd1eb5ed4971 100644 (file)
@@ -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: