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 1WDVbU-0007cd-El for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:55:36 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WDVbU-0000fE-Du for ptxdist@pengutronix.de; Wed, 12 Feb 2014 09:55:36 +0100 Date: Wed, 12 Feb 2014 09:55:36 +0100 From: Michael Olbrich Message-ID: <20140212085536.GG4551@pengutronix.de> References: <1391604165-26122-1-git-send-email-bernhard.sessler@corscience.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1391604165-26122-1-git-send-email-bernhard.sessler@corscience.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 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. 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 conditio= ns > +# 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).$(HO= ST_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