Signed-off-by: Guillermo Rodriguez <guille.rodrig...@gmail.com>
---
 rules/host-python3-cffi.in   |  7 +++++++
 rules/host-python3-cffi.make | 20 ++++++++++++++++++++
 2 files changed, 27 insertions(+)
 create mode 100644 rules/host-python3-cffi.in
 create mode 100644 rules/host-python3-cffi.make

diff --git a/rules/host-python3-cffi.in b/rules/host-python3-cffi.in
new file mode 100644
index 000000000..74a723bbe
--- /dev/null
+++ b/rules/host-python3-cffi.in
@@ -0,0 +1,7 @@
+## SECTION=hosttools_noprompt
+
+config HOST_PYTHON3_CFFI
+       tristate
+       select HOST_PYTHON3
+       help
+         Foreign Function Interface for Python calling C code.
diff --git a/rules/host-python3-cffi.make b/rules/host-python3-cffi.make
new file mode 100644
index 000000000..d706c068e
--- /dev/null
+++ b/rules/host-python3-cffi.make
@@ -0,0 +1,20 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2019 by Guillermo Rodriguez <guille.rodrig...@gmail.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+HOST_PACKAGES-$(PTXCONF_HOST_PYTHON3_CFFI) += host-python3-cffi
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+HOST_PYTHON3_CFFI_CONF_TOOL    := python3
+
+# vim: syntax=make
-- 
2.21.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to