* [ptxdist] [PATCH] host-python3-cffi: New package
@ 2019-11-21 9:16 Guillermo Rodríguez
0 siblings, 0 replies; only message in thread
From: Guillermo Rodríguez @ 2019-11-21 9:16 UTC (permalink / raw)
To: ptxdist; +Cc: Guillermo Rodríguez
Signed-off-by: Guillermo Rodriguez <guille.rodriguez@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.rodriguez@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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-11-21 9:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 9:16 [ptxdist] [PATCH] host-python3-cffi: New package Guillermo Rodríguez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox