summaryrefslogtreecommitdiffstats
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
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>
-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 4eed2b6e1..7cb41b937 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, \
28PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi" 28PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
29PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus" 29PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
30PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs" 30PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"
31PACKAGECONFIG[sensors] = "--enable-sensors,--disable-sensors,lmsensors" 31PACKAGECONFIG[sensors] = "--enable-sensors --with-libsensors=yes, \
32 --disable-sensors --with-libsensors=no,lmsensors"
32 33
33EXTRA_OECONF = " \ 34EXTRA_OECONF = " \
34 ${FPLAYOUT} \ 35 ${FPLAYOUT} \