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.rem...@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

hosttools_noprompt_ptx should only be used if the package must not be used
in the platformconfig. In general hosttools_noprompt should be used.

> +
> +config HOST_GC
> +     bool

        default y if ALLYES

For all host packages.

Michael

> 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 <m...@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
> +
> +# 
> ----------------------------------------------------------------------------
> +# 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 |

Reply via email to