From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wr1-x442.google.com ([2a00:1450:4864:20::442]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1iXiZd-0003cO-2o for ptxdist@pengutronix.de; Thu, 21 Nov 2019 10:16:25 +0100 Received: by mail-wr1-x442.google.com with SMTP id t2so3459386wrr.1 for ; Thu, 21 Nov 2019 01:16:25 -0800 (PST) From: =?UTF-8?q?Guillermo=20Rodr=C3=ADguez?= Date: Thu, 21 Nov 2019 10:16:19 +0100 Message-Id: <20191121091619.22365-1-guille.rodriguez@gmail.com> MIME-Version: 1.0 Subject: [ptxdist] [PATCH] host-python3-cffi: New package List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Guillermo=20Rodr=C3=ADguez?= Signed-off-by: Guillermo Rodriguez --- 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 +# +# 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