diff options
| author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2014-08-18 09:05:22 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-21 21:35:06 +0200 |
| commit | f91fbf1bdafdde7bcdc6faef70141318a3d1272e (patch) | |
| tree | 060f66dd6267cd69e99de8544f8e3ea012f78844 | |
| parent | 92a28da91be138bfaef104e9fbcea585fb70a670 (diff) | |
| download | meta-openembedded-f91fbf1bdafdde7bcdc6faef70141318a3d1272e.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-extended/collectd/collectd_5.2.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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 30279c2ce5..69a5a7e133 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, \ | |||
| 32 | --disable-sensors --with-libsensors=no,lmsensors" | 32 | --disable-sensors --with-libsensors=no,lmsensors" |
| 33 | PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \ | 33 | PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \ |
| 34 | --disable-amqp --with-librabbitmq=no,rabbitmq-c" | 34 | --disable-amqp --with-librabbitmq=no,rabbitmq-c" |
| 35 | # protobuf-c that is currently only available in meta-virtualization layer | ||
| 36 | PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c" | ||
| 35 | 37 | ||
| 36 | EXTRA_OECONF = " \ | 38 | EXTRA_OECONF = " \ |
| 37 | ${FPLAYOUT} \ | 39 | ${FPLAYOUT} \ |
