All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe] collectd: add PACKAGECONFIG for libvirt
@ 2014-12-16  1:59 wenzong.fan
  2014-12-16 10:46 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: wenzong.fan @ 2014-12-16  1:59 UTC (permalink / raw)
  To: openembedded-devel

From: Wenzong Fan <wenzong.fan@windriver.com>

Add PACKAGECONFIG for 'libvirt', otherwise there would be warnings
like below:

WARN: collectd: collectd rdepends on libvirt, but it isn't a build
dependency?

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 meta-oe/recipes-extended/collectd/collectd_5.4.1.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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 46752c8..6e82bbc 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,9 @@ 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
+# 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"
 
 EXTRA_OECONF = " \
                 ${FPLAYOUT} \
-- 
1.7.10.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-23  8:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-16  1:59 [PATCH][meta-oe] collectd: add PACKAGECONFIG for libvirt wenzong.fan
2014-12-16 10:46 ` Martin Jansa
2014-12-23  8:59   ` wenzong fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.