From: Carsten Schlote <c.schl...@konzeptpark.de>

Added the missing definition for DIST_ROOT to install stage, otherwise
it tries to install host binaries into the host filesystem instead to
PKG_DIR.

Signed-off-by: Carsten Schlote <c.schl...@konzeptpark.de>
---
 rules/host-acl.make |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/rules/host-acl.make b/rules/host-acl.make
index 8100471..d29d329 100644
--- a/rules/host-acl.make
+++ b/rules/host-acl.make
@@ -21,6 +21,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_ACL) += host-acl
 HOST_ACL_ENV := $(HOST_ENV)
 
 HOST_ACL_INSTALL_OPT := \
+       DIST_ROOT=$(ACL_PKGDIR) \
        install \
        install-lib \
        install-dev
-- 
1.6.6.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to