summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgilles.talis@gmail.com <gilles.talis@gmail.com>2013-05-09 12:22:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-05-10 20:40:15 +0200
commitee377acd8713330e54ef62babbc0b4a5c040446a (patch)
treee2819f3c46b330cdac6f54a8d14e57e9c97393d9
parentf787cd2085daf9208e788813cb21da70d53e9c4d (diff)
downloadbuildroot-novena-ee377acd8713330e54ef62babbc0b4a5c040446a.tar.gz
buildroot-novena-ee377acd8713330e54ef62babbc0b4a5c040446a.zip
python-nfc: needs toolchain with threads support
python-nfc uses libusb that requires a toolchain with threads support Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--package/python-nfc/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/python-nfc/Config.in b/package/python-nfc/Config.in
index c928ba1f3..dc46d6c6d 100644
--- a/package/python-nfc/Config.in
+++ b/package/python-nfc/Config.in
@@ -1,9 +1,13 @@
config BR2_PACKAGE_PYTHON_NFC
bool "python-nfc"
depends on BR2_PACKAGE_PYTHON
+ depends on BR2_TOOLCHAIN_HAS_THREADS # libusb
select BR2_PACKAGE_LIBUSB
select BR2_PACKAGE_LIBUSB_COMPAT
help
Python module for near field communication.
https://launchpad.net/nfcpy
+
+comment "python-nfc requires a toolchain with threads support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS