Adding PACKAGECONFIG for write_riemann plugin can avoid the inconsistent building output of collectd with or without protobuf-c.
Signed-off-by: Haiqing Bai <[email protected]> --- meta-oe/recipes-extended/collectd/collectd_5.7.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-oe/recipes-extended/collectd/collectd_5.7.2.bb b/meta-oe/recipes-extended/collectd/collectd_5.7.2.bb index c156ea19c..c638a1626 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.7.2.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.7.2.bb @@ -42,6 +42,7 @@ PACKAGECONFIG[amqp] = "--enable-amqp --with-librabbitmq=yes, \ --disable-amqp --with-librabbitmq=no,rabbitmq-c" # protobuf-c, libvirt that are currently only available in meta-virtualization layer PACKAGECONFIG[pinba] = "--enable-pinba,--disable-pinba,protobuf-c-native protobuf-c" +PACKAGECONFIG[riemann] = "--enable-write_riemann,--disable-write_riemann,protobuf-c-native protobuf-c" PACKAGECONFIG[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt" PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp" PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl" -- 2.11.0 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
