mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
@@ -28,7 +28,8 @@ PACKAGECONFIG[postgresql] = "--enable-postgresql --with-libpq=yes, \
|
|||||||
PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
|
PACKAGECONFIG[dbi] = "--enable-dbi,--disable-dbi,libdbi"
|
||||||
PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
|
PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
|
||||||
PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"
|
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 = " \
|
EXTRA_OECONF = " \
|
||||||
${FPLAYOUT} \
|
${FPLAYOUT} \
|
||||||
|
|||||||
Reference in New Issue
Block a user