Carsten Schlote wrote:
> 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) \

this must be HOST_ATTR_PKGDIR

>       install \
>       install-lib \
>       install-dev

you have to adjust libexecdir.

I've fixed the problems and commited it to master

Marc

-- 
Pengutronix e.K.                  | Marc Kleine-Budde           |
Industrial Linux Solutions        | Phone: +49-231-2826-924     |
Vertretung West/Dortmund          | Fax:   +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686  | http://www.pengutronix.de   |

Attachment: signature.asc
Description: OpenPGP digital signature

-- 
ptxdist mailing list
[email protected]

Reply via email to