[oe-commits] Ming Liu : collectd: explicitly enable/disable libsensors support

git at git.openembedded.org git at git.openembedded.org
Fri Apr 18 09:48:09 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 73283f0d689856a90fabeb44d054e89604f935c8
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=73283f0d689856a90fabeb44d054e89604f935c8

Author: Ming Liu <ming.liu at windriver.com>
Date:   Tue Apr  8 17:07:50 2014 +0800

collectd: explicitly enable/disable libsensors support

To avoid an implicit build result.

Signed-off-by: Ming Liu <ming.liu at windriver.com>
Signed-off-by: Jackie Huang <jackie.huang at windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 4eed2b6..7cb41b9 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} \



More information about the Openembedded-commits mailing list