All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libiio: Don't force specific backends when enabling tests
@ 2017-03-31 15:23 Paul Cercueil
  2017-04-01 12:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Paul Cercueil @ 2017-03-31 15:23 UTC (permalink / raw)
  To: buildroot

The test programs will compile just fine even when none of the backends
are enabled.

Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
---
 package/libiio/Config.in | 3 ---
 1 file changed, 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).
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] libiio: Don't force specific backends when enabling tests
  2017-03-31 15:23 [Buildroot] [PATCH] libiio: Don't force specific backends when enabling tests Paul Cercueil
@ 2017-04-01 12:44 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-04-01 12:44 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 31 Mar 2017 17:23:53 +0200, Paul Cercueil wrote:
> The test programs will compile just fine even when none of the backends
> are enabled.
> 
> Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
> ---
>  package/libiio/Config.in | 3 ---
>  1 file changed, 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-04-01 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-31 15:23 [Buildroot] [PATCH] libiio: Don't force specific backends when enabling tests Paul Cercueil
2017-04-01 12:44 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.