Commit 0e74a596 authored by Jérôme Pouiller's avatar Jérôme Pouiller Committed by Thomas Petazzoni
Browse files

dstat: propagate python dependencies



[Thomas: fix comment of the toolchain dependencies.]

Signed-off-by: default avatarJérôme Pouiller <jezz@sysmic.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent eb20aca0
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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