]> code.ossystems Code Review - openembedded-core.git/commitdiff
insane.bbclass: remove misleading path in warning
authorMaxin B. John <maxin.john@intel.com>
Mon, 5 Oct 2015 06:09:34 +0000 (09:09 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 12 Oct 2015 13:33:35 +0000 (14:33 +0100)
cross-compilation warning from insane.bbclass is slightly misleading.
So, remove the misleading path from warning.

[YOCTO #7540]

Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/insane.bbclass

index 05e31a74eba0f6846b3b2de5bb2481cb56bc23ac..f7be61b36370916a2673d43919a4578a71f7056a 100644 (file)
@@ -1146,7 +1146,7 @@ python do_qa_configure() {
         if "config.log" in files:
             if subprocess.call(statement, shell=True) == 0:
                 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)
+Rerun configure task after fixing this.""")
 
         if "configure.ac" in files:
             configs.append(os.path.join(root,"configure.ac"))