[oe-commits] Maciej Borzecki : collectd: make pinba support a selectable feature

git at git.openembedded.org git at git.openembedded.org
Thu Aug 21 19:35:31 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: f91fbf1bdafdde7bcdc6faef70141318a3d1272e
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=f91fbf1bdafdde7bcdc6faef70141318a3d1272e

Author: Maciej Borzecki <maciej.borzecki at open-rnd.pl>
Date:   Mon Aug 18 09:05:22 2014 +0200

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 at open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
index 30279c2..69a5a7e 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.2.2.bb
@@ -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} \



More information about the Openembedded-commits mailing list