mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
classes/base: reformat HOSTTOOLS error
Adjust the message slightly to make it clearer, in particular mentioning the HOSTTOOLS variable. (From OE-Core rev: e022b27d189c1dcc7b3baea2b99dba8d724e6e2b) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ec1f1c4abe
commit
8aebe890fd
@@ -136,7 +136,7 @@ def setup_hosttools_dir(dest, toolsvar, d, fatal=True):
|
|||||||
else:
|
else:
|
||||||
notfound.append(tool)
|
notfound.append(tool)
|
||||||
if notfound and fatal:
|
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
|
addtask fetch
|
||||||
do_fetch[dirs] = "${DL_DIR}"
|
do_fetch[dirs] = "${DL_DIR}"
|
||||||
|
|||||||
Reference in New Issue
Block a user