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

git at git.openembedded.org git at git.openembedded.org
Sun Apr 20 09:10:41 UTC 2014


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

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