Commit 6c782df7 authored by Paul Cercueil's avatar Paul Cercueil Committed by Thomas Petazzoni
Browse files

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: default avatarPaul Cercueil <paul.cercueil@analog.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent b2bb550f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
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