From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: In-Reply-To: <20200326170225.9586-3-Denis.Osterland@diehl.com> MIME-Version: 1.0 Message-Id: From: Michael Olbrich Date: Fri, 03 Apr 2020 07:58:11 +0200 Subject: Re: [ptxdist] [APPLIED] [v2,2/3] host-libzip: new package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: Denis Osterland-Heim Thanks, applied as 2117120e28a770d8a77678b2cfe7855f85d76a88. Michael [sent from post-receive hook] On Fri, 03 Apr 2020 07:58:11 +0200, Denis Osterland-Heim wrote: > Signed-off-by: Denis Osterland-Heim > --- > 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 > +# > +# 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