From: Carsten Schlote <[email protected]> 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 <[email protected]> --- rules/host-attr.make | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rules/host-attr.make b/rules/host-attr.make index 9d4cafc..d0ad7b8 100644 --- a/rules/host-attr.make +++ b/rules/host-attr.make @@ -21,6 +21,7 @@ HOST_PACKAGES-$(PTXCONF_HOST_ATTR) += host-attr HOST_ATTR_ENV := $(HOST_ENV) HOST_ATTR_INSTALL_OPT := \ + DIST_ROOT=$(ATTR_PKGDIR) \ install \ install-lib \ install-dev -- 1.6.6.1 -- ptxdist mailing list [email protected]
