From fd0c6de410856ec42e20762163575f0efde44541 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Mon, 5 Oct 2015 09:09:34 +0300 Subject: 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 --- meta/classes/insane.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/classes') diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass index 05e31a74eb..f7be61b363 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")) -- cgit v1.2.3 /td> Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
place them.
AgeCommit message (Expand)AuthorFiles
2006-06-17openttd: added some bugfixes from .oz354x - #904Marcin Juszkiewicz1
2006-04-24openttd: add opie support via sdl.bbclassMichael Lauer1
Koen Kooi1
2006-09-06various: correct typos spotted by Cyril RomainKoen Kooi1
2006-04-07otpkeygen: install correct binaryMarcin Juszkiewicz1
2006-03-20otpkeygen: set me as maintanerMarcin Juszkiewicz1
2006-02-16otpkeygen 1.3.0: one-time pad password generator for OPIEMarcin Juszkiewicz2