summaryrefslogtreecommitdiffstats
path: root/rules/host-python3-cffi.make
diff options
context:
space:
mode:
authorGuillermo Rodríguez <guille.rodriguez@gmail.com>2019-11-21 10:16:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-12-05 16:46:17 +0100
commitcd2780a5015ce1fec66ba70dd8524e0a37dc0011 (patch)
treecdf658ccd498970292e6a123ca78c1030cce9ea6 /rules/host-python3-cffi.make
parent6fc98145c41f0da78d267a9622463c55dd7f413c (diff)
downloadptxdist-cd2780a5015ce1fec66ba70dd8524e0a37dc0011.tar.gz
ptxdist-cd2780a5015ce1fec66ba70dd8524e0a37dc0011.tar.xz
host-python3-cffi: New package
Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-python3-cffi.make')
-rw-r--r--rules/host-python3-cffi.make20
1 files changed, 20 insertions, 0 deletions
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