libiio: don't force specific backends when enabling tests
authorPaul Cercueil <paul.cercueil@analog.com>
Fri, 31 Mar 2017 15:23:53 +0000 (17:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 1 Apr 2017 12:44:34 +0000 (14:44 +0200)
The test programs will compile just fine even when none of the
backends are enabled.

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libiio/Config.in

index 6f6af1685249e573b84c7cd72921b31fc1eaab13..8cde0e90e17a2ab13220a693974766fdeb4abd8e 100644 (file)
@@ -81,9 +81,6 @@ comment "IIO Daemon is not yet available on Blackfin"
 
 config BR2_PACKAGE_LIBIIO_TESTS
        bool "Install test programs"
-       select BR2_PACKAGE_LIBIIO_LOCAL_BACKEND
-       select BR2_PACKAGE_LIBIIO_XML_BACKEND
-       select BR2_PACKAGE_LIBIIO_NETWORK_BACKEND
        depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          Install the test programs (iio_info, iio_genxml, iio_readdev).