Thanks, applied as 61260a798e37b82ce092099fcc31c87c7ee270ca.

Michael

[sent from post-receive hook]

On Sat, 15 Jun 2024 16:58:58 +0200, Roland Hieber <[email protected]> wrote:
> Signed-off-by: Roland Hieber <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/host-python3-jinja2.in b/rules/host-python3-jinja2.in
> new file mode 100644
> index 000000000000..94aa53e80d94
> --- /dev/null
> +++ b/rules/host-python3-jinja2.in
> @@ -0,0 +1,8 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_JINJA2
> +     tristate
> +     default y if ALLYES
> +     select HOST_PYTHON3
> +     select HOST_PYTHON3_MARKUPSAFE
> +     select HOST_PYTHON3_SETUPTOOLS
> diff --git a/rules/host-python3-jinja2.make b/rules/host-python3-jinja2.make
> new file mode 100644
> index 000000000000..08d2ad9f793c
> --- /dev/null
> +++ b/rules/host-python3-jinja2.make
> @@ -0,0 +1,24 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Roland Hieber <[email protected]>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_JINJA2) += host-python3-jinja2
> +
> +
> +# 
> ----------------------------------------------------------------------------
> +# Prepare
> +# 
> ----------------------------------------------------------------------------
> +
> +#
> +# python3
> +#
> +HOST_PYTHON3_JINJA2_CONF_TOOL        := python3
> +
> +# vim: syntax=make

Reply via email to