From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Sat, 15 Jun 2024 17:02:07 +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 1sIUut-006X5H-2w for lore@lore.pengutronix.de; Sat, 15 Jun 2024 17:02:07 +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 1sIUut-0004cB-4O; Sat, 15 Jun 2024 17:02:07 +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 1sIUrr-0000Ju-2g; Sat, 15 Jun 2024 16:58:59 +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 1sIUrq-002Wfz-MR; Sat, 15 Jun 2024 16:58:58 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.96) (envelope-from ) id 1sIUrq-00HMAd-27; Sat, 15 Jun 2024 16:58:58 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Sat, 15 Jun 2024 16:58:58 +0200 Message-Id: <20240615145858.4136792-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240613100744.1899176-7-rhi@pengutronix.de> References: <20240613100744.1899176-7-rhi@pengutronix.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] host-python3-jinja2: 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 Cc: Roland Hieber 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 Thanks, applied as 61260a798e37b82ce092099fcc31c87c7ee270ca. Michael [sent from post-receive hook] On Sat, 15 Jun 2024 16:58:58 +0200, Roland Hieber wrote: > Signed-off-by: Roland Hieber > Message-Id: <20240613100744.1899176-7-rhi@pengutronix.de> > Signed-off-by: Michael Olbrich > > 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 > +# > +# 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