From: Paul Eggleton Date: Thu, 16 Mar 2017 09:09:42 +0000 (+1300) Subject: classes/base: reformat HOSTTOOLS error X-Git-Tag: uninative-1.6~169 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=e022b27d189c1dcc7b3baea2b99dba8d724e6e2b;p=openembedded-core.git classes/base: reformat HOSTTOOLS error Adjust the message slightly to make it clearer, in particular mentioning the HOSTTOOLS variable. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/base.bbclass b/meta/classes/base.bbclass index fec351a890..cf8748a502 100644 --- a/meta/classes/base.bbclass +++ b/meta/classes/base.bbclass @@ -136,7 +136,7 @@ def setup_hosttools_dir(dest, toolsvar, d, fatal=True): else: notfound.append(tool) if notfound and fatal: - bb.fatal("These tools appear to be unavailable in PATH, please install them in order to proceed:\n%s" % " ".join(notfound)) + bb.fatal("The following required tools (as specified by HOSTTOOLS) appear to be unavailable in PATH, please install them in order to proceed:\n %s" % " ".join(notfound)) addtask fetch do_fetch[dirs] = "${DL_DIR}"