summaryrefslogtreecommitdiff
path: root/package/dstat
diff options
context:
space:
mode:
authorJérôme Pouiller <jezz@sysmic.org>2014-10-31 16:34:14 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-01 14:53:34 +0100
commit0e74a5967f1da1d0a5095bf710242c2d9c34beba (patch)
treec95aae3f173857ed9fa6058bc9757eba34dfba18 /package/dstat
parenteb20aca0fddc54a3359448d9b3a27abd29f3f028 (diff)
dstat: propagate python dependencies
[Thomas: fix comment of the toolchain dependencies.] Signed-off-by: Jérôme Pouiller <jezz@sysmic.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/dstat')
-rw-r--r--package/dstat/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/dstat/Config.in b/package/dstat/Config.in
index 62a392a5c..63db87bc9 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,
@@ -20,6 +21,6 @@ config BR2_PACKAGE_DSTAT
http://dag.wieers.com/home-made/dstat/
-comment "dstat needs a toolchain w/ wchar"
+comment "dstat needs a toolchain w/ wchar, threads"
depends on BR2_USE_MMU
- depends on !BR2_USE_WCHAR
+ depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS