summaryrefslogtreecommitdiff
path: root/package/libiio
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-07-02 13:07:15 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-07-02 15:27:32 +0200
commitf7b3b97d509994bf3e2110f548dd593c204ba02a (patch)
treeb68b64ecbb7d46ce5ae0f3908e0670100426b90b /package/libiio
parent7c8c6e1b87fd127c72f79d001fe45fd43b1c9a4c (diff)
package/libiio: libiio network backend needs threads
When libiio network backend is enabled, NEED_THREADS is set in the build system and require a toolchain with treads support. Fixes: http://autobuild.buildroot.net/results/cfc/cfc70094d8f4008f4e660250b1b90a35a2ab384d Signed-off-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libiio')
-rw-r--r--package/libiio/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libiio/Config.in b/package/libiio/Config.in
index 99da4c1c1..28a43f9fa 100644
--- a/package/libiio/Config.in
+++ b/package/libiio/Config.in
@@ -17,11 +17,15 @@ config BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
config BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
bool "Network backend"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBXML2
default y
help
Enable the network backend of the library.
+comment "IIO Network backend needs a toolchain w/ threads"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS
+
config BR2_PACKAGE_LIBIIO_IIOD
bool "IIO Daemon"
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND