Signed-off-by: Roland Hieber <r...@pengutronix.de>
---
 rules/host-python3-jinja2.in   |  8 ++++++++
 rules/host-python3-jinja2.make | 24 ++++++++++++++++++++++++
 2 files changed, 32 insertions(+)
 create mode 100644 rules/host-python3-jinja2.in
 create mode 100644 rules/host-python3-jinja2.make

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 <r...@pengutronix.de>
+#
+# 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
-- 
2.39.2


Reply via email to