mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
collectd: make amqp plugin a selectable feature
The version of rabbitmq-c that collectd is compatible with, is older than currently available 0.5.0. This results in build errors triggerred by API deprecation at rabbitmq-c side. Make amqp plugin a selectable feature, disabled by default. Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl> Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
84364ebb57
commit
1bb753b67a
@@ -30,6 +30,8 @@ PACKAGECONFIG[modbus] = "--enable-modbus,--disable-modbus,libmodbus"
|
||||
PACKAGECONFIG[libowcapi] = "--with-libowcapi,--without-libowcapi,owfs"
|
||||
PACKAGECONFIG[sensors] = "--enable-sensors --with-libsensors=yes, \
|
||||
--disable-sensors --with-libsensors=no,lmsensors"
|
||||
PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \
|
||||
--disable-amqp --with-librabbitmq=no,rabbitmq-c"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
${FPLAYOUT} \
|
||||
|
||||
Reference in New Issue
Block a user