Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] dstat: propagate python dependencies
@ 2014-10-31 15:34 Jérôme Pouiller
  2014-11-01 14:03 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Jérôme Pouiller @ 2014-10-31 15:34 UTC (permalink / raw)
  To: buildroot

Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
---
 package/dstat/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/dstat/Config.in b/package/dstat/Config.in
index 62a392a..52fbb49 100644
--- a/package/dstat/Config.in
+++ b/package/dstat/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_DSTAT
 	bool "dstat"
 	depends on BR2_USE_WCHAR # python
 	depends on BR2_USE_MMU # python
+	depends on BR2_TOOLCHAIN_HAS_THREADS # python
 	select BR2_PACKAGE_PYTHON
 	help
 	  Dstat, written in Python, is a versatile replacement for vmstat,
@@ -22,4 +23,4 @@ config BR2_PACKAGE_DSTAT
 
 comment "dstat needs a toolchain w/ wchar"
 	depends on BR2_USE_MMU
-	depends on !BR2_USE_WCHAR
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-- 
1.9.1

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

* [Buildroot] [PATCH] dstat: propagate python dependencies
  2014-10-31 15:34 [Buildroot] [PATCH] dstat: propagate python dependencies Jérôme Pouiller
@ 2014-11-01 14:03 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2014-11-01 14:03 UTC (permalink / raw)
  To: buildroot

Dear J?r?me Pouiller,

On Fri, 31 Oct 2014 16:34:14 +0100, J?r?me Pouiller wrote:
> Signed-off-by: J?r?me Pouiller <jezz@sysmic.org>
> ---
>  package/dstat/Config.in | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/package/dstat/Config.in b/package/dstat/Config.in
> index 62a392a..52fbb49 100644
> --- a/package/dstat/Config.in
> +++ b/package/dstat/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_DSTAT
>  	bool "dstat"
>  	depends on BR2_USE_WCHAR # python
>  	depends on BR2_USE_MMU # python
> +	depends on BR2_TOOLCHAIN_HAS_THREADS # python
>  	select BR2_PACKAGE_PYTHON
>  	help
>  	  Dstat, written in Python, is a versatile replacement for vmstat,
> @@ -22,4 +23,4 @@ config BR2_PACKAGE_DSTAT
>  
>  comment "dstat needs a toolchain w/ wchar"

You forgot to update the comment here regarding the new thread
dependency.

Committed with this fixed, 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:[~2014-11-01 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 15:34 [Buildroot] [PATCH] dstat: propagate python dependencies Jérôme Pouiller
2014-11-01 14:03 ` Thomas Petazzoni

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