summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Cercueil <paul.cercueil@analog.com>2017-03-31 17:23:53 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-01 14:44:34 +0200
commit305a384d3e4c3736e1bab3dae305ef3586dc6332 (patch)
tree00e3c80129ff187f5f6cac0b5a2e9616aa818e45
parentb2737a2f2163f466d26cafc50eca31b5301a7d61 (diff)
downloadbuildroot-305a384d3e4c3736e1bab3dae305ef3586dc6332.tar.gz
buildroot-305a384d3e4c3736e1bab3dae305ef3586dc6332.zip
libiio: don't force specific backends when enabling tests
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>
-rw-r--r--package/libiio/Config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/package/libiio/Config.in b/package/libiio/Config.in
index 6f6af16852..8cde0e90e1 100644
--- a/package/libiio/Config.in
+++ b/package/libiio/Config.in
@@ -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).
OpenPOWER on IntegriCloud