From: Maxin B. John Date: Mon, 5 Oct 2015 06:09:34 +0000 (+0300) Subject: insane.bbclass: remove misleading path in warning X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~28645 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd0c6de410856ec42e20762163575f0efde44541;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git insane.bbclass: remove misleading path in warning cross-compilation warning from insane.bbclass is slightly misleading. So, remove the misleading path from warning. [YOCTO #7540] Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 05e31a74eba..f7be61b3637 100644 --- a/meta/classes/insane.bbclass +++ b/meta/classes/insane.bbclass @@ -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"))