collectd: needs thread support
Fixes http://autobuild.buildroot.net/results/28f10dcc772809d53315f6dfb37bb41d77183abe/. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
fb5d605638
commit
9cf295017d
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_COLLECTD
|
||||
bool "collectd"
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||
help
|
||||
collectd is a daemon which collects system performance
|
||||
statistics periodically and provides mechanisms to store
|
||||
@ -380,3 +381,6 @@ config BR2_PACKAGE_COLLECTD_WRITEHTTP
|
||||
endmenu
|
||||
|
||||
endif
|
||||
|
||||
comment "collectd needs a toolchain with thread support"
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
Loading…
Reference in New Issue
Block a user