Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/boost: boost-log needs NPTL threads
@ 2015-04-09 21:45 Romain Naour
  2015-04-09 21:48 ` Thomas Petazzoni
  2015-04-09 21:48 ` Romain Naour
  0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2015-04-09 21:45 UTC (permalink / raw)
  To: buildroot

Fixes:
[xtensa]
http://autobuild.buildroot.net/results/664/6642dc9c569b2820a9d0e273fc2fb1d5a635ba0a
[arc]
http://autobuild.buildroot.net/results/ba5/ba5836e9a77e1b48e24ace46ca1611c22524261d
[bfin]
http://autobuild.buildroot.net/results/8cd/8cdac9cc67394aaae09ee816a9adddec762e3bd0

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/boost/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/boost/Config.in b/package/boost/Config.in
index 65bf605..2695264 100644
--- a/package/boost/Config.in
+++ b/package/boost/Config.in
@@ -89,6 +89,7 @@ comment "boost-locale needs a toolchain w/ wchar"
 
 config BR2_PACKAGE_BOOST_LOG
 	bool "boost-log"
+	depend on BR2_TOOLCHAIN_HAS_THREADS_NPTL
 
 config BR2_PACKAGE_BOOST_MATH
 	bool "boost-math"
-- 
1.9.3

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

* [Buildroot] [PATCH] package/boost: boost-log needs NPTL threads
  2015-04-09 21:45 [Buildroot] [PATCH] package/boost: boost-log needs NPTL threads Romain Naour
@ 2015-04-09 21:48 ` Thomas Petazzoni
  2015-04-09 21:48 ` Romain Naour
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-04-09 21:48 UTC (permalink / raw)
  To: buildroot

Dear Romain Naour,

On Thu,  9 Apr 2015 23:45:30 +0200, Romain Naour wrote:
> Fixes:
> [xtensa]
> http://autobuild.buildroot.net/results/664/6642dc9c569b2820a9d0e273fc2fb1d5a635ba0a
> [arc]
> http://autobuild.buildroot.net/results/ba5/ba5836e9a77e1b48e24ace46ca1611c22524261d
> [bfin]
> http://autobuild.buildroot.net/results/8cd/8cdac9cc67394aaae09ee816a9adddec762e3bd0
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/boost/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/boost/Config.in b/package/boost/Config.in
> index 65bf605..2695264 100644
> --- a/package/boost/Config.in
> +++ b/package/boost/Config.in
> @@ -89,6 +89,7 @@ comment "boost-locale needs a toolchain w/ wchar"
>  
>  config BR2_PACKAGE_BOOST_LOG
>  	bool "boost-log"
> +	depend on BR2_TOOLCHAIN_HAS_THREADS_NPTL

Good, but missing comment :-)

And "depends on", not "depend on".

Please test patches!

Thanks,

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

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

* [Buildroot] [PATCH] package/boost: boost-log needs NPTL threads
  2015-04-09 21:45 [Buildroot] [PATCH] package/boost: boost-log needs NPTL threads Romain Naour
  2015-04-09 21:48 ` Thomas Petazzoni
@ 2015-04-09 21:48 ` Romain Naour
  1 sibling, 0 replies; 3+ messages in thread
From: Romain Naour @ 2015-04-09 21:48 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

Le 09/04/2015 23:45, Romain Naour a ?crit :
> Fixes:
> [xtensa]
> http://autobuild.buildroot.net/results/664/6642dc9c569b2820a9d0e273fc2fb1d5a635ba0a
> [arc]
> http://autobuild.buildroot.net/results/ba5/ba5836e9a77e1b48e24ace46ca1611c22524261d
> [bfin]
> http://autobuild.buildroot.net/results/8cd/8cdac9cc67394aaae09ee816a9adddec762e3bd0
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/boost/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/boost/Config.in b/package/boost/Config.in
> index 65bf605..2695264 100644
> --- a/package/boost/Config.in
> +++ b/package/boost/Config.in
> @@ -89,6 +89,7 @@ comment "boost-locale needs a toolchain w/ wchar"
>  
>  config BR2_PACKAGE_BOOST_LOG
>  	bool "boost-log"
> +	depend on BR2_TOOLCHAIN_HAS_THREADS_NPTL
              ^
Sorry, there is a typo s/depend/depends/

Best regards,
Romain
>  
>  config BR2_PACKAGE_BOOST_MATH
>  	bool "boost-math"
> 

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

end of thread, other threads:[~2015-04-09 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-09 21:45 [Buildroot] [PATCH] package/boost: boost-log needs NPTL threads Romain Naour
2015-04-09 21:48 ` Thomas Petazzoni
2015-04-09 21:48 ` Romain Naour

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