Thanks, applied as 2117120e28a770d8a77678b2cfe7855f85d76a88.

Michael

[sent from post-receive hook]

On Fri, 03 Apr 2020 07:58:11 +0200, Denis Osterland-Heim 
<denis.osterl...@diehl.com> wrote:
> Signed-off-by: Denis Osterland-Heim <denis.osterl...@diehl.com>
> ---
>  rules/host-libzip.in   |  8 ++++++++
>  rules/host-libzip.make | 11 +++++++++++
>  2 files changed, 19 insertions(+)
>  create mode 100644 rules/host-libzip.in
>  create mode 100644 rules/host-libzip.make
> 
> diff --git a/rules/host-libzip.in b/rules/host-libzip.in
> new file mode 100644
> index 000000000..14689309f
> --- /dev/null
> +++ b/rules/host-libzip.in
> @@ -0,0 +1,8 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_LIBZIP
> +     tristate
> +     select HOST_CMAKE
> +     select HOST_ZLIB
> +     select HOST_BZIP2
> +     default y if ALLYES
> diff --git a/rules/host-libzip.make b/rules/host-libzip.make
> new file mode 100644
> index 000000000..54b16cad0
> --- /dev/null
> +++ b/rules/host-libzip.make
> @@ -0,0 +1,11 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2020 by Denis Osterland-Heim <denis.osterl...@diehl.com>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +HOST_PACKAGES-$(PTXCONF_HOST_LIBZIP) += host-libzip
> +
> +# vim: syntax=make
> 

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to