[Buildroot] [PATCH] [autobuild] package/libiio: tests need threads

Yann E. MORIN yann.morin.1998 at free.fr
Thu Aug 13 14:11:43 UTC 2015


Fixes:
    http://autobuild.buildroot.org/results/4bb/4bbd2d6927ca75517c2bd37eca83a9d98f1cca01/
    http://autobuild.buildroot.org/results/949/949314b57f5a396b4bb03e422094b754dcf87e20/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998 at free.fr>
---
 package/libiio/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/libiio/Config.in b/package/libiio/Config.in
index 21496ed..c77583d 100644
--- a/package/libiio/Config.in
+++ b/package/libiio/Config.in
@@ -35,11 +35,15 @@ comment "IIO Daemon needs a toolchain w/ threads"
 
 config BR2_PACKAGE_LIBIIO_TESTS
 	bool "Install test programs"
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
 	select BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
 	help
 	  Install the test programs (iio_info, iio_genxml, iio_readdev).
 
+comment "IIO tests needs a toolchain w/ threads"
+	depends on !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_LIBIIO_BINDINGS_CSHARP
 	bool "Install C# bindings"
 	depends on BR2_PACKAGE_MONO
-- 
1.9.1



More information about the buildroot mailing list