From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 31 May 2024 20:30:26 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1sD71G-000PVe-1P for lore@lore.pengutronix.de; Fri, 31 May 2024 20:30:26 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1sD71F-0001SS-Q9; Fri, 31 May 2024 20:30:25 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sD70w-0001SA-Ne; Fri, 31 May 2024 20:30:06 +0200 Received: from [2a0a:edc0:0:1101:1d::54] (helo=dude05.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sD70w-003lK3-Ak; Fri, 31 May 2024 20:30:06 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sD70w-003jRY-0v; Fri, 31 May 2024 20:30:06 +0200 Date: Fri, 31 May 2024 20:30:06 +0200 From: Michael Olbrich To: Roland Hieber , ptxdist@pengutronix.de Message-ID: Mail-Followup-To: Roland Hieber , ptxdist@pengutronix.de References: <20240524095706.2206475-1-rhi@pengutronix.de> <20240524095706.2206475-6-rhi@pengutronix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240524095706.2206475-6-rhi@pengutronix.de> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-IRC: #ptxdist @freenode X-Accept-Language: de,en X-Accept-Content-Type: text/plain Subject: Re: [ptxdist] [PATCH v2 05/13] host-python3-markupsafe: add host package X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false On Fri, May 24, 2024 at 11:56:58AM +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber 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 > +# > +# 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 |