From 046ddbc37268b7cc05ab7bf1d5f8779e385c836c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 10 Feb 2015 15:49:17 +0000 Subject: [PATCH] include: export staging_dir/host/bin path from within host.mk (#18957) We need to do that to pickup the prereq-build prepared symlinks for auxillary operations like metadata scanning. Signed-off-by: Jo-Philipp Wich SVN-Revision: 44378 --- include/host.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/host.mk b/include/host.mk index 4ca81400e9..f7368de85c 100644 --- a/include/host.mk +++ b/include/host.mk @@ -13,6 +13,8 @@ endif ifneq ($(__host_inc),1) __host_inc:=1 +export PATH:=$(TOPDIR)/staging_dir/host/bin:$(PATH) + try-run = $(shell set -e; \ TMP_F="$(TMP_DIR)/try-run.$$$$.tmp"; \ if ($(1)) >/dev/null 2>&1; then echo "$(2)"; else echo "$(3)"; fi; \ -- 2.30.2