aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorMing Liu <ming.liu@windriver.com>2014-04-08 17:07:50 +0800
committerMartin Jansa <Martin.Jansa@gmail.com>2014-04-20 11:10:13 +0200
commit09a7d208908dc2830ba0a4ef9cb866a2ecb5eb13 (patch)
tree29db96203fe76c6d223041feb9f426cf90d18f2c /meta-oe/recipes-extended
parentf0cde44d55c949efc7902268e44a3784ed0a53ec (diff)
downloadmeta-openembedded-09a7d208908dc2830ba0a4ef9cb866a2ecb5eb13.tar.gz
collectd: explicitly enable/disable libsensors support
To avoid an implicit build result. Signed-off-by: Ming Liu <ming.liu@windriver.com> Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.2.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
index 4eed2b6e1e..7cb41b9373 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
@@ -28,7 +28,8 @@ PACKAGECONFIG[postgresql] = "--enable-postgresql --with-libpq=yes, \
PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"
-PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors"
+PACKAGECONFIG[sensors] = "--enable-sensors --with-libsensors=yes, \
+ --disable-sensors --with-libsensors=no,lmsensors"
EXTRA_OECONF = " \
${FPLAYOUT} \