[Buildroot] [PATCH 14/69] fwup: add explicit dependencies for host variant

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Jul 3 06:56:48 UTC 2016


Hello,

On Sun,  3 Jul 2016 00:20:43 +0200, Julien Floret wrote:
> Signed-off-by: Julien Floret <julien.floret at 6wind.com>
> ---
>  package/fwup/fwup.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/fwup/fwup.mk b/package/fwup/fwup.mk
> index 0a23856048b3..ae8571690d9b 100644
> --- a/package/fwup/fwup.mk
> +++ b/package/fwup/fwup.mk
> @@ -9,6 +9,7 @@ FWUP_SITE = $(call github,fhunleth,fwup,$(FWUP_VERSION))
>  FWUP_LICENSE = Apache-2.0
>  FWUP_LICENSE_FILES = LICENSE
>  FWUP_DEPENDENCIES = libconfuse libarchive libsodium
> +HOST_FWUP_DEPENDENCIES = host-libconfuse host-libarchive host-libsodium
>  FWUP_AUTORECONF = YES
>  FWUP_CONF_ENV = ac_cv_path_HELP2MAN=""

Unrelated to your patch, but I'm wondering why we pass
ac_cv_path_HELP2MAN="" for the target variant (which was needed to fix
some build failures), and not to the host variant. I'm adding Baruch in
Cc since he fixed this problem.

I've applied your patch, thanks!

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


More information about the buildroot mailing list