From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ptx.hi.pengutronix.de ([2001:6f8:1178:2:5054:ff:fec0:8e10] ident=Debian-exim) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1WDVcv-0007pF-6A for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:57:05 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WDVcv-0000fz-5O for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:57:05 +0100 Date: Wed, 12 Feb 2014 09:57:05 +0100 From: Michael Olbrich Message-ID: <20140212085705.GI4551@pengutronix.de> References: <1391604165-26122-1-git-send-email-bernhard.sessler@corscience.de> <20140212085536.GG4551@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140212085536.GG4551@pengutronix.de> Subject: Re: [ptxdist] [PATCH] tntnet: Add host package Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de On Wed, Feb 12, 2014 at 09:55:36AM +0100, Michael Olbrich wrote: > On Wed, Feb 05, 2014 at 01:42:45PM +0100, Bernhard Sessler wrote: > > This host package builds the tntnet SDK, which is required in order > > to generate the pre-compiled C++ modules. > > = > > Signed-off-by: Bernhard Sessler > = > Thanks, applied. Sorry, not this one. I replied to the wrong thread... See my other comments about this one. Michael > > --- > > rules/host-tntnet.in | 9 +++++++++ > > rules/host-tntnet.make | 44 ++++++++++++++++++++++++++++++++++++++++++= ++ > > 2 files changed, 53 insertions(+) > > create mode 100644 rules/host-tntnet.in > > create mode 100644 rules/host-tntnet.make > > = > > diff --git a/rules/host-tntnet.in b/rules/host-tntnet.in > > new file mode 100644 > > index 0000000..dafa4bf > > --- /dev/null > > +++ b/rules/host-tntnet.in > > @@ -0,0 +1,9 @@ > > +## SECTION=3Dhosttools_noprompt > > +## SECTION=3Dhosttools_platform > > + > > +config HOST_TNTNET > > + tristate > > + default ALLYES > > + select HOST_ZLIB > > + help > > + web application server for c++ > > diff --git a/rules/host-tntnet.make b/rules/host-tntnet.make > > new file mode 100644 > > index 0000000..53aee1a > > --- /dev/null > > +++ b/rules/host-tntnet.make > > @@ -0,0 +1,44 @@ > > +# -*-makefile-*- > > +# > > +# Copyright (C) 2014 by Bernhard Se=DFler > > +# > > +# See CREDITS for details about who has contributed to this project. > > +# > > +# For further information about the PTXdist project and license condit= ions > > +# see the README file. > > +# > > + > > +# > > +# We provide this package > > +# > > +HOST_PACKAGES-$(PTXCONF_HOST_TNTNET) +=3D host-tntnet > > + > > +# > > +# Paths and names > > +# > > +HOST_TNTNET_VERSION :=3D 2.2.1 > > +HOST_TNTNET_MD5 :=3D febe799675c1b8b2f7259bad30cf6f23 > > +HOST_TNTNET :=3D tntnet-$(HOST_TNTNET_VERSION) > > +HOST_TNTNET_SUFFIX :=3D tar.gz > > +HOST_TNTNET_URL :=3D http://www.tntnet.org/download/$(HOST_TNTNET).$(= HOST_TNTNET_SUFFIX) > > +HOST_TNTNET_SOURCE :=3D $(SRCDIR)/$(HOST_TNTNET).$(HOST_TNTNET_SUFFIX) > > +HOST_TNTNET_DIR :=3D $(HOST_BUILDDIR)/$(HOST_TNTNET) > > + > > +# --------------------------------------------------------------------= -------- > > +# Prepare > > +# --------------------------------------------------------------------= -------- > > + > > +HOST_TNTNET_CONF_TOOL :=3D autoconf > > +HOST_TNTNET_CONF_OPT :=3D \ > > + $(HOST_AUTOCONF) \ > > + --disable-dependency-tracking \ > > + --disable-unittest \ > > + --with-demos=3Dno \ > > + --with-epoll=3Dno \ > > + --with-sdk=3Dyes \ > > + --with-sendfile=3Dno \ > > + --with-server=3Dno \ > > + --with-ssl=3Dno \ > > + --with-stressjob=3Dno > > + > > +# vim: syntax=3Dmake > > -- = > > 1.8.3.2 > > = > > = > > -- = > > ptxdist mailing list > > ptxdist@pengutronix.de > = > -- = > Pengutronix e.K. | | > Industrial Linux Solutions | http://www.pengutronix.de/ | > Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > = > -- = > ptxdist mailing list > ptxdist@pengutronix.de > = -- = Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | -- = ptxdist mailing list ptxdist@pengutronix.de