mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-07 03:29:59 +00:00
collectd: make pinba support a selectable feature
Pinba support requires protobuf-c that is currently only available in meta-virtualization layer. Make this a selectable feature. 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
92a28da91b
commit
f91fbf1bda
@@ -32,6 +32,8 @@ PACKAGECONFIG[sensors] = "--enable-sensors --with-libsensors=yes, \
|
|||||||
--disable-sensors --with-libsensors=no,lmsensors"
|
--disable-sensors --with-libsensors=no,lmsensors"
|
||||||
PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \
|
PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \
|
||||||
--disable-amqp --with-librabbitmq=no,rabbitmq-c"
|
--disable-amqp --with-librabbitmq=no,rabbitmq-c"
|
||||||
|
# protobuf-c that is currently only available in meta-virtualization layer
|
||||||
|
PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c"
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
${FPLAYOUT} \
|
${FPLAYOUT} \
|
||||||
|
|||||||
Reference in New Issue
Block a user