Thanks, applied as 7aac72827456020fa817d05a72a27e4a86cea5ce.

Michael

[sent from post-receive hook]

On Fri, 12 Jul 2024 10:05:35 +0200, Philipp Zabel <[email protected]> 
wrote:
> Enable packages that use host-system-python3 to make use of the
> pycparser module as well.
> 
> Signed-off-by: Philipp Zabel <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/host-system-python3-pycparser.in 
> b/rules/host-system-python3-pycparser.in
> new file mode 100644
> index 000000000000..66a18c52b82d
> --- /dev/null
> +++ b/rules/host-system-python3-pycparser.in
> @@ -0,0 +1,7 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_SYSTEM_PYTHON3_PYCPARSER
> +     tristate
> +     default y if ALLYES
> +     select HOST_SYSTEM_PYTHON3
> +     select HOST_SYSTEM_PYTHON3_SETUPTOOLS
> diff --git a/rules/host-system-python3-pycparser.make 
> b/rules/host-system-python3-pycparser.make
> new file mode 100644
> index 000000000000..1280d05023b3
> --- /dev/null
> +++ b/rules/host-system-python3-pycparser.make
> @@ -0,0 +1,20 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2024 by Philipp Zabel <[email protected]>
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +HOST_PACKAGES-$(PTXCONF_HOST_SYSTEM_PYTHON3_PYCPARSER) += 
> host-system-python3-pycparser
> +
> +# 
> ----------------------------------------------------------------------------
> +# Prepare
> +# 
> ----------------------------------------------------------------------------
> +
> +HOST_SYSTEM_PYTHON3_PYCPARSER_CONF_TOOL      := python3
> +
> +# vim: syntax=make

Reply via email to