diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-06-17 22:20:17 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-06-18 21:08:56 +0200 |
commit | 9cf295017d21233806528d6a3538c9724913db8b (patch) | |
tree | 24384a5cf63b8f496255dc5dafc4077fed2080e9 /package | |
parent | fb5d605638c359d008329dd9f8fb6c2c8a2c0537 (diff) |
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>
Diffstat (limited to 'package')
-rw-r--r-- | package/collectd/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/collectd/Config.in b/package/collectd/Config.in index cb96fbd84..96438c0d4 100644 --- a/package/collectd/Config.in +++ b/package/collectd/Config.in @@ -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 |