collectd: make pinba support a selectable feature
authorMaciej Borzecki <maciej.borzecki@open-rnd.pl>
Mon, 18 Aug 2014 07:05:22 +0000 (09:05 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:41:41 +0000 (08:41 -0800)
Pinba support requires protobuf-c that is currently only available in
meta-virtualization layer. Make this a selectable feature.

(From meta-openembedded rev: f91fbf1bdafdde7bcdc6faef70141318a3d1272e)

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>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb

index 30279c2..69a5a7e 100644 (file)
@@ -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} \