mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2 1/2] cxxtools: Add host package
Date: Tue, 18 Feb 2014 08:21:36 +0100	[thread overview]
Message-ID: <20140218072136.GB21679@pengutronix.de> (raw)
In-Reply-To: <1392707358-22591-1-git-send-email-bernhard.sessler@corscience.de>

On Tue, Feb 18, 2014 at 08:09:17AM +0100, Bernhard Sessler wrote:
> Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
> ---
>  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=hosttools_noprompt
> +## SECTION=hosttools_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ßler <bernhard.sessler@corscience.de>
> +#
> +# See CREDITS for details about who has contributed to this project.
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_CXXTOOLS) += host-cxxtools
> +
> +#
> +# Paths and names
> +#
> +HOST_CXXTOOLS_VERSION	:= 2.2.1
> +HOST_CXXTOOLS_MD5		:= aab00068ae5237435b37ac86f2ac7576
> +HOST_CXXTOOLS		:= cxxtools-$(HOST_CXXTOOLS_VERSION)
> +HOST_CXXTOOLS_SUFFIX	:= tar.gz
> +HOST_CXXTOOLS_URL		:= http://www.tntnet.org/download/$(HOST_CXXTOOLS).$(HOST_CXXTOOLS_SUFFIX)
> +HOST_CXXTOOLS_SOURCE	:= $(SRCDIR)/$(HOST_CXXTOOLS).$(HOST_CXXTOOLS_SUFFIX)
> +HOST_CXXTOOLS_DIR		:= $(HOST_BUILDDIR)/$(HOST_CXXTOOLS)

Only
HOST_CXXTOOLS_DIR	= $(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	:= autoconf
> +HOST_CXXTOOLS_CONF_OPT	:= \
> +	$(HOST_AUTOCONF) \
> +	--disable-dependency-tracking \
> +	--disable-unittest \
> +	--disable-demos
> +
> +# vim: syntax=make
> -- 
> 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

  parent reply	other threads:[~2014-02-18  7:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-18  7:09 Bernhard Sessler
2014-02-18  7:09 ` [ptxdist] [PATCH v2 2/2] tntnet: " Bernhard Sessler
2014-02-18  7:21 ` Michael Olbrich [this message]
2014-02-18  7:41   ` [ptxdist] [PATCH v2 1/2] cxxtools: " Bernhard Seßler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20140218072136.GB21679@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox