mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
92a28da91b
commit
f91fbf1bda
|
|
@ -32,6 +32,8 @@ 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"
|
||||
# protobuf-c that is currently only available in meta-virtualization layer
|
||||
PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c"
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
${FPLAYOUT} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user