From: Michael Olbrich <m.olbrich@pengutronix.de>
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v1 1/5] add host gc
Date: Fri, 9 Sep 2022 11:51:52 +0200 [thread overview]
Message-ID: <YxsMuGeT7t+T/KMH@pengutronix.de> (raw)
In-Reply-To: <20220907132125.2345487-1-o.rempel@pengutronix.de>
On Wed, Sep 07, 2022 at 03:21:21PM +0200, Oleksij Rempel wrote:
> This package is needed by guile tools
>
> Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
> ---
> rules/host-gc.in | 4 ++++
> rules/host-gc.make | 32 ++++++++++++++++++++++++++++++++
> 2 files changed, 36 insertions(+)
> create mode 100644 rules/host-gc.in
> create mode 100644 rules/host-gc.make
>
> diff --git a/rules/host-gc.in b/rules/host-gc.in
> new file mode 100644
> index 000000000..2dda15c91
> --- /dev/null
> +++ b/rules/host-gc.in
> @@ -0,0 +1,4 @@
> +## SECTION=hosttools_noprompt_ptx
> +
> +config HOST_GC
> + bool
> diff --git a/rules/host-gc.make b/rules/host-gc.make
> new file mode 100644
> index 000000000..888bfe244
> --- /dev/null
> +++ b/rules/host-gc.make
> @@ -0,0 +1,32 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2022 by Marc Kleine-Budde <mkl@pengutronix.de>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_GC) += host-gc
> +
> +#
> +# Paths and names
> +#
> +HOST_GC_VERSION := 8.2.2
> +HOST_GC_MD5 := 787177b1b15aa19ffa0d61d8f508b69d
> +HOST_GC := gc-$(HOST_GC_VERSION)
> +HOST_GC_SUFFIX := tar.gz
> +HOST_GC_URL := https://www.hboehm.info/gc/gc_source/$(HOST_GC).$(HOST_GC_SUFFIX)
> +HOST_GC_SOURCE := $(SRCDIR)/$(HOST_GC).$(HOST_GC_SUFFIX)
> +HOST_GC_DIR := $(HOST_BUILDDIR)/$(HOST_GC)
> +HOST_GC_LICENSE := unknown
Please specify the license (with license files).
Michael
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +HOST_GC_CONF_TOOL := autoconf
> +
> +# vim: syntax=make
> --
> 2.30.2
>
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2022-09-09 9:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-07 13:21 Oleksij Rempel
2022-09-07 13:21 ` [ptxdist] [PATCH v1 2/5] add host libunsitring Oleksij Rempel
2022-09-09 9:53 ` Michael Olbrich
2022-09-07 13:21 ` [ptxdist] [PATCH v1 3/5] add host guile tools Oleksij Rempel
2022-09-09 9:54 ` Michael Olbrich
2022-09-07 13:21 ` [ptxdist] [PATCH v1 4/5] add host autotools-autogen Oleksij Rempel
2022-09-07 13:21 ` [ptxdist] [PATCH v1 5/5] add tcpreplay Oleksij Rempel
2022-09-09 9:51 ` Michael Olbrich [this message]
2022-09-09 9:57 ` [ptxdist] [PATCH v1 1/5] add host gc Michael Olbrich
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=YxsMuGeT7t+T/KMH@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=o.rempel@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