From: "Guillermo Rodríguez" <guille.rodriguez@gmail.com>
To: ptxdist@pengutronix.de
Cc: "Guillermo Rodríguez" <guille.rodriguez@gmail.com>
Subject: [ptxdist] [PATCH] host-python3-cffi: New package
Date: Thu, 21 Nov 2019 10:16:19 +0100 [thread overview]
Message-ID: <20191121091619.22365-1-guille.rodriguez@gmail.com> (raw)
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
reply other threads:[~2019-11-21 9:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191121091619.22365-1-guille.rodriguez@gmail.com \
--to=guille.rodriguez@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox