All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] [autobuild] package/libiio: tests need threads
@ 2015-08-13 14:11 Yann E. MORIN
  2015-08-13 19:02 ` Baruch Siach
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2015-08-13 14:11 UTC (permalink / raw)
  To: buildroot

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

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@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

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

* [Buildroot] [PATCH] [autobuild] package/libiio: tests need threads
  2015-08-13 14:11 [Buildroot] [PATCH] [autobuild] package/libiio: tests need threads Yann E. MORIN
@ 2015-08-13 19:02 ` Baruch Siach
  2015-08-13 19:07   ` [Buildroot] (no subject) Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Baruch Siach @ 2015-08-13 19:02 UTC (permalink / raw)
  To: buildroot

Hi Yann,

On Thu, Aug 13, 2015 at 04:11:43PM +0200, Yann E. MORIN wrote:
> Fixes:
>     http://autobuild.buildroot.org/results/4bb/4bbd2d6927ca75517c2bd37eca83a9d98f1cca01/
>     http://autobuild.buildroot.org/results/949/949314b57f5a396b4bb03e422094b754dcf87e20/
>     ...
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

I sent an almost identical patch two days ago: 
http://patchwork.ozlabs.org/patch/505866/.

> ---
>  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

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] (no subject)
  2015-08-13 19:02 ` Baruch Siach
@ 2015-08-13 19:07   ` Yann E. MORIN
  0 siblings, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2015-08-13 19:07 UTC (permalink / raw)
  To: buildroot

Baruch, All,

On 2015-08-13 22:02 +0300, Baruch Siach spake thusly:
> On Thu, Aug 13, 2015 at 04:11:43PM +0200, Yann E. MORIN wrote:
> > Fixes:
> >     http://autobuild.buildroot.org/results/4bb/4bbd2d6927ca75517c2bd37eca83a9d98f1cca01/
> >     http://autobuild.buildroot.org/results/949/949314b57f5a396b4bb03e422094b754dcf87e20/
> >     ...
> > 
> > Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> 
> I sent an almost identical patch two days ago: 
> http://patchwork.ozlabs.org/patch/505866/.

Ah, OK, I missed it...

I'll mark my patch as Rejected and review yours.

Thanks for the heads up! ;-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

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

end of thread, other threads:[~2015-08-13 19:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-13 14:11 [Buildroot] [PATCH] [autobuild] package/libiio: tests need threads Yann E. MORIN
2015-08-13 19:02 ` Baruch Siach
2015-08-13 19:07   ` [Buildroot] (no subject) Yann E. MORIN

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.