From e022b27d189c1dcc7b3baea2b99dba8d724e6e2b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 16 Mar 2017 22:09:42 +1300 Subject: 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 --- meta/classes/base.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta') 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}" -- cgit 1.2.3-korg