projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb20aca
)
dstat: propagate python dependencies
author
Jérôme Pouiller
<jezz@sysmic.org>
Fri, 31 Oct 2014 15:34:14 +0000
(16:34 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sat, 1 Nov 2014 13:53:34 +0000
(14:53 +0100)
[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>
package/dstat/Config.in
patch
|
blob
|
history
diff --git
a/package/dstat/Config.in
b/package/dstat/Config.in
index 62a392a5c3bd8d131aa80c745a72d131be8fee4d..63db87bc9306e9e1ca51862d8687e50118a353c0 100644
(file)
--- 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