Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] aiccu: needs threads
@ 2013-09-17 17:19 Gustavo Zacarias
  2013-09-17 18:06 ` Michael Rommel
  2013-09-17 18:45 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2013-09-17 17:19 UTC (permalink / raw)
  To: buildroot

Fixes:
http://autobuild.buildroot.net/results/f6e/f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/aiccu/Config.in | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/aiccu/Config.in b/package/aiccu/Config.in
index 1c6f554..15959b1 100644
--- a/package/aiccu/Config.in
+++ b/package/aiccu/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_AICCU
 	bool "aiccu"
 	depends on BR2_INET_IPV6
 	depends on BR2_USE_WCHAR
+	depends on BR2_TOOLCHAIN_HAS_THREADS
 	select BR2_PACKAGE_GNUTLS
 	help
 	  SixXS Automatic IPv6 Connectivity Client Utility
@@ -17,5 +18,5 @@ config BR2_PACKAGE_AICCU
 
 	  http://www.sixxs.net/tools/aiccu/
 
-comment "aiccu requires a toolchain with IPv6 and WCHAR support"
-	depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR)
+comment "aiccu requires a toolchain with IPv6, WCHAR and thread support"
+	depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
-- 
1.8.1.5

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

* [Buildroot] [PATCH] aiccu: needs threads
  2013-09-17 17:19 [Buildroot] [PATCH] aiccu: needs threads Gustavo Zacarias
@ 2013-09-17 18:06 ` Michael Rommel
  2013-09-17 18:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Michael Rommel @ 2013-09-17 18:06 UTC (permalink / raw)
  To: buildroot

Hi,

yes, I was just working on that, too. I have seen it yesterday and just started to work on it.

  Michael.

-- 
Michael Rommel, Erlangen, Germany

On Sep 17, 2013, at 19:19 , Gustavo Zacarias <gustavo@zacarias.com.ar> wrote:

> Fixes:
> http://autobuild.buildroot.net/results/f6e/f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/aiccu/Config.in | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/aiccu/Config.in b/package/aiccu/Config.in
> index 1c6f554..15959b1 100644
> --- a/package/aiccu/Config.in
> +++ b/package/aiccu/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_AICCU
> 	bool "aiccu"
> 	depends on BR2_INET_IPV6
> 	depends on BR2_USE_WCHAR
> +	depends on BR2_TOOLCHAIN_HAS_THREADS
> 	select BR2_PACKAGE_GNUTLS
> 	help
> 	  SixXS Automatic IPv6 Connectivity Client Utility
> @@ -17,5 +18,5 @@ config BR2_PACKAGE_AICCU
> 
> 	  http://www.sixxs.net/tools/aiccu/
> 
> -comment "aiccu requires a toolchain with IPv6 and WCHAR support"
> -	depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR)
> +comment "aiccu requires a toolchain with IPv6, WCHAR and thread support"
> +	depends on !(BR2_INET_IPV6 && BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
> -- 
> 1.8.1.5
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20130917/869c79fb/attachment-0001.html>

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

* [Buildroot] [PATCH] aiccu: needs threads
  2013-09-17 17:19 [Buildroot] [PATCH] aiccu: needs threads Gustavo Zacarias
  2013-09-17 18:06 ` Michael Rommel
@ 2013-09-17 18:45 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-09-17 18:45 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Fixes:
 Gustavo> http://autobuild.buildroot.net/results/f6e/f6e1da89b3a0418a50cbfa39fc9373dad3fc968c/

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2013-09-17 18:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17 17:19 [Buildroot] [PATCH] aiccu: needs threads Gustavo Zacarias
2013-09-17 18:06 ` Michael Rommel
2013-09-17 18:45 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox