mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
eb20aca0fd
commit
0e74a5967f
@ -2,6 +2,7 @@ config BR2_PACKAGE_DSTAT
|
|||||||
bool "dstat"
|
bool "dstat"
|
||||||
depends on BR2_USE_WCHAR # python
|
depends on BR2_USE_WCHAR # python
|
||||||
depends on BR2_USE_MMU # python
|
depends on BR2_USE_MMU # python
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS # python
|
||||||
select BR2_PACKAGE_PYTHON
|
select BR2_PACKAGE_PYTHON
|
||||||
help
|
help
|
||||||
Dstat, written in Python, is a versatile replacement for vmstat,
|
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/
|
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_MMU
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user