mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-21 15:28:07 +02:00
collectd: fix libvirt PACKAGECONFIG
* fixes: ERROR: collectd-5.8.0-r0 do_configure: QA Issue: collectd: configure was passed unrecognised options: --disable-libvirt [unknown-configure-option] * the PACKAGECONFIG in meta-oe was introduced long time ago: commit5fbe2ac4e8Author: Wenzong Fan <wenzong.fan@windriver.com> Date:Tue Dec 23 16:55:50 2014 +0800 collectd: add PACKAGECONFIG for libvirt, libesmtp Add PACKAGECONFIG for libvirt, libesmtp to fix below warnings: and at that time in 5.4.1 there was libvirt (renamed from libvirtstats) option, since this commit:553376a3a6but then in 5.5.0 it was renamed again to just virt:62f948605fSigned-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -43,7 +43,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[libvirt] = "--enable-libvirt,--disable-libvirt,libvirt"
|
||||
PACKAGECONFIG[libvirt] = "--enable-virt,--disable-virt,libvirt"
|
||||
PACKAGECONFIG[libesmtp] = "--with-libesmtp,--without-libesmtp,libesmtp"
|
||||
PACKAGECONFIG[libmnl] = "--with-libmnl,--without-libmnl,libmnl"
|
||||
PACKAGECONFIG[libatasmart] = "--with-libatasmart,--without-libatasmart,libatasmart"
|
||||
|
||||
Reference in New Issue
Block a user