summaryrefslogtreecommitdiff
path: root/package/libiio
diff options
context:
space:
mode:
authorPaul Cercueil <paul.cercueil@analog.com>2015-01-08 10:57:51 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-08 19:21:17 +0100
commit6c782df7b828eb09e433d25933b5986f841b7383 (patch)
tree015c77fe59b252bef8cca7868aca656696906879 /package/libiio
parentb2bb550f2b9cccd9295305f376908c90e2d7f3f0 (diff)
libiio: Drop requirement of threading support in the toolchain
The libiio library will compile fine with a toolchain that doesn't support threads (tested with br-arm-full-nothread.config). Only the IIOD program requires support for threading. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libiio')
-rw-r--r--package/libiio/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libiio/Config.in b/package/libiio/Config.in
index 292ca5a5e..680d5dcc8 100644
--- a/package/libiio/Config.in
+++ b/package/libiio/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_LIBIIO
bool "libiio"
- depends on BR2_TOOLCHAIN_HAS_THREADS
select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND if !BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
help
Libiio is a library to ease the development of software
@@ -42,6 +41,3 @@ config BR2_PACKAGE_LIBIIO_TESTS
Install the test programs (iio_info, iio_genxml, iio_readdev).
endif
-
-comment "libiio needs a toolchain w/ threads"
- depends on !BR2_TOOLCHAIN_HAS_THREADS