[Buildroot] [PATCH 3/5] python-cffi: add host variant

Yegor Yefremov yegorslists at googlemail.com
Thu Dec 24 21:30:39 UTC 2015


Host variant is needed to build python-cryptography package.

Signed-off-by: Yegor Yefremov <yegorslists at googlemail.com>
---
 package/python-cffi/python-cffi.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/python-cffi/python-cffi.mk b/package/python-cffi/python-cffi.mk
index 70fbe02..a6e4107 100644
--- a/package/python-cffi/python-cffi.mk
+++ b/package/python-cffi/python-cffi.mk
@@ -11,5 +11,7 @@ PYTHON_CFFI_SETUP_TYPE = setuptools
 PYTHON_CFFI_DEPENDENCIES = host-pkgconf libffi
 PYTHON_CFFI_LICENSE = MIT
 PYTHON_CFFI_LICENSE_FILES = LICENSE
+HOST_PYTHON_CFFI_DEPENDENCIES = host-python-pycparser
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.1.4




More information about the buildroot mailing list