On Fri, May 24, 2024 at 11:56:58AM +0200, Roland Hieber wrote:
> Signed-off-by: Roland Hieber <[email protected]>
Fails to build without:
select HOST_PYTHON3_SETUPTOOLS
Michael
> ---
> rules/host-python3-markupsafe.in | 6 ++++++
> rules/host-python3-markupsafe.make | 23 +++++++++++++++++++++++
> 2 files changed, 29 insertions(+)
> create mode 100644 rules/host-python3-markupsafe.in
> create mode 100644 rules/host-python3-markupsafe.make
>
> diff --git a/rules/host-python3-markupsafe.in
> b/rules/host-python3-markupsafe.in
> new file mode 100644
> index 000000000000..c96cb7416ad5
> --- /dev/null
> +++ b/rules/host-python3-markupsafe.in
> @@ -0,0 +1,6 @@
> +## SECTION=hosttools_noprompt
> +
> +config HOST_PYTHON3_MARKUPSAFE
> + tristate
> + default y if ALLYES
> + select HOST_PYTHON3
> diff --git a/rules/host-python3-markupsafe.make
> b/rules/host-python3-markupsafe.make
> new file mode 100644
> index 000000000000..067b1d2c0799
> --- /dev/null
> +++ b/rules/host-python3-markupsafe.make
> @@ -0,0 +1,23 @@
> +# -*-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_MARKUPSAFE) += host-python3-markupsafe
> +
> +#
> ----------------------------------------------------------------------------
> +# Prepare
> +#
> ----------------------------------------------------------------------------
> +
> +#
> +# python3
> +#
> +HOST_PYTHON3_MARKUPSAFE_CONF_TOOL := python3
> +
> +# vim: syntax=make
> --
> 2.39.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 |