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 1WFezo-0000EG-6e for ptxdist@pengutronix.de; Tue, 18 Feb 2014 08:21:36 +0100 Received: from mol by ptx.hi.pengutronix.de with local (Exim 4.80) (envelope-from ) id 1WFezo-0005ht-5B for ptxdist@pengutronix.de; Tue, 18 Feb 2014 08:21:36 +0100 Date: Tue, 18 Feb 2014 08:21:36 +0100 From: Michael Olbrich Message-ID: <20140218072136.GB21679@pengutronix.de> References: <1392707358-22591-1-git-send-email-bernhard.sessler@corscience.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1392707358-22591-1-git-send-email-bernhard.sessler@corscience.de> Subject: Re: [ptxdist] [PATCH v2 1/2] cxxtools: 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 Tue, Feb 18, 2014 at 08:09:17AM +0100, Bernhard Sessler wrote: > Signed-off-by: Bernhard Sessler > --- > rules/host-cxxtools.in | 6 ++++++ > rules/host-cxxtools.make | 38 ++++++++++++++++++++++++++++++++++++++ > 2 files changed, 44 insertions(+) > create mode 100644 rules/host-cxxtools.in > create mode 100644 rules/host-cxxtools.make > = > diff --git a/rules/host-cxxtools.in b/rules/host-cxxtools.in > new file mode 100644 > index 0000000..b597311 > --- /dev/null > +++ b/rules/host-cxxtools.in > @@ -0,0 +1,6 @@ > +## SECTION=3Dhosttools_noprompt > +## SECTION=3Dhosttools_platform Don't add this to hosttools_platform. > + > +config HOST_CXXTOOLS > + tristate > + default ALLYES > diff --git a/rules/host-cxxtools.make b/rules/host-cxxtools.make > new file mode 100644 > index 0000000..abf93ca > --- /dev/null > +++ b/rules/host-cxxtools.make > @@ -0,0 +1,38 @@ > +# -*-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_CXXTOOLS) +=3D host-cxxtools > + > +# > +# Paths and names > +# > +HOST_CXXTOOLS_VERSION :=3D 2.2.1 > +HOST_CXXTOOLS_MD5 :=3D aab00068ae5237435b37ac86f2ac7576 > +HOST_CXXTOOLS :=3D cxxtools-$(HOST_CXXTOOLS_VERSION) > +HOST_CXXTOOLS_SUFFIX :=3D tar.gz > +HOST_CXXTOOLS_URL :=3D http://www.tntnet.org/download/$(HOST_CXXTOOLS).= $(HOST_CXXTOOLS_SUFFIX) > +HOST_CXXTOOLS_SOURCE :=3D $(SRCDIR)/$(HOST_CXXTOOLS).$(HOST_CXXTOOLS_SUF= FIX) > +HOST_CXXTOOLS_DIR :=3D $(HOST_BUILDDIR)/$(HOST_CXXTOOLS) Only HOST_CXXTOOLS_DIR =3D $(HOST_BUILDDIR)/$(CXXTOOLS) please. The rest is taken from the target package. All my comments apply to host-tntnet as well. Michael > + > +# ----------------------------------------------------------------------= ------ > +# Prepare > +# ----------------------------------------------------------------------= ------ > + > +HOST_CXXTOOLS_CONF_TOOL :=3D autoconf > +HOST_CXXTOOLS_CONF_OPT :=3D \ > + $(HOST_AUTOCONF) \ > + --disable-dependency-tracking \ > + --disable-unittest \ > + --disable-demos > + > +# 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