[Buildroot] [PATCH 1/1] package/kbd: fix not installing to the target

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Mar 4 20:22:23 UTC 2016


Dear Martin Bark,

On Fri,  4 Mar 2016 17:16:35 +0000, Martin Bark wrote:

> -KBD_INSTALL_TARGET_OPTS += MKINSTALLDIRS=$(@D)/config/mkinstalldirs
> -
>  $(eval $(autotools-package))
> +
> +KBD_INSTALL_TARGET_OPTS += MKINSTALLDIRS=$(@D)/config/mkinstalldirs

I know this solution is also used in the util-linux package, but in
fact I don't really like it. Can you try using

KBD_MAKE_ENV = \
	MKINSTALLDIRS=...

(before the eval of autotools-package) ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


More information about the buildroot mailing list