summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/collectd/collectd_5.4.1.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb b/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb
index 46752c895f..92b231c81e 100644
--- a/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb
+++ b/meta-oe/recipes-extended/collectd/collectd_5.4.1.bb
@@ -35,8 +35,10 @@ PACKAGECONFIG[sensors] = "--enable-sensors --with-libsensors=yes, \
35 --disable-sensors --with-libsensors=no,lmsensors" 35 --disable-sensors --with-libsensors=no,lmsensors"
36PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \ 36PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \
37 --disable-amqp --with-librabbitmq=no,rabbitmq-c" 37 --disable-amqp --with-librabbitmq=no,rabbitmq-c"
38# protobuf-c that is currently only available in meta-virtualization layer 38# protobuf-c, libvirt that are currently only available in meta-virtualization layer
39PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c" 39PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c"
40PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt"
41PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
40 42
41EXTRA_OECONF = " \ 43EXTRA_OECONF = " \
42 ${FPLAYOUT} \ 44 ${FPLAYOUT} \