[Buildroot] [PATCH 1/2] package/libzip: add host variant

Arnout Vandecappelle arnout at mind.be
Wed May 1 12:46:13 UTC 2019



On 30/04/2019 22:11, Jörg Krause wrote:
> The updated host mfgtool package needs the host variant of libzip.
> 
> Signed-off-by: Jörg Krause <joerg.krause at embedded.rocks>

 Applied to master, thanks.

 I marked them mfgtools bump itself as changes requested, so if you choose to
ignore my comments (or it doesn't work), please resubmit that one.

 Regards,
 Arnout

> ---
>  package/libzip/libzip.mk | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/libzip/libzip.mk b/package/libzip/libzip.mk
> index b90ea76f5e..280ca6d8c7 100644
> --- a/package/libzip/libzip.mk
> +++ b/package/libzip/libzip.mk
> @@ -11,6 +11,7 @@ LIBZIP_LICENSE = BSD-3-Clause
>  LIBZIP_LICENSE_FILES = LICENSE
>  LIBZIP_INSTALL_STAGING = YES
>  LIBZIP_DEPENDENCIES = zlib
> +HOST_LIBZIP_DEPENDENCIES = host-zlib
>  
>  ifeq ($(BR2_PACKAGE_BZIP2),y)
>  LIBZIP_DEPENDENCIES += bzip2
> @@ -33,3 +34,4 @@ LIBZIP_CONF_OPTS += -DENABLE_OPENSSL=OFF
>  endif
>  
>  $(eval $(cmake-package))
> +$(eval $(host-cmake-package))
> 


More information about the buildroot mailing list