summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dmitry_eremin@mentor.com>2015-04-09 23:01:46 +0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-04-11 00:20:44 -0400
commit3ba78da0d3637ae4f7699105ed00e8505a537d44 (patch)
tree7bb6c4f19a247eb8022f6d49c620f1129c528de9 /recipes-extended/libvirt
parent1365af123e45c8cc65b4206f9b5a6cca787438b6 (diff)
downloadmeta-virtualization-3ba78da0d3637ae4f7699105ed00e8505a537d44.tar.gz
libvirt: correct libcap-ng options
Fix the following warning by passing correct option to configure script: WARNING: QA Issue: libvirt: configure was passed unrecognised options: --with-capnp [unknown-configure-option] Signed-off-by: Dmitry Eremin-Solenikov <dmitry_eremin@mentor.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/libvirt')
-rw-r--r--recipes-extended/libvirt/libvirt_1.2.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.12.bb b/recipes-extended/libvirt/libvirt_1.2.12.bb
index 5de95c36..298da2b5 100644
--- a/recipes-extended/libvirt/libvirt_1.2.12.bb
+++ b/recipes-extended/libvirt/libvirt_1.2.12.bb
@@ -189,7 +189,7 @@ PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iprou
189PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl," 189PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl,"
190PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse," 190PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse,"
191PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit," 191PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit,"
192PACKAGECONFIG[libcap-ng] = "--with-capnp,--without-capng,libcap-ng," 192PACKAGECONFIG[libcap-ng] = "--with-capng,--without-capng,libcap-ng,"
193 193
194# Enable the Python tool support 194# Enable the Python tool support
195require libvirt-python.inc 195require libvirt-python.inc