mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-05 05:15:25 +02:00
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>
This commit is contained in:
parent
1365af123e
commit
3ba78da0d3
|
@ -189,7 +189,7 @@ PACKAGECONFIG[iproute2] = "ac_cv_path_IP_PATH=/sbin/ip,ac_cv_path_IP_PATH=,iprou
|
|||
PACKAGECONFIG[numactl] = "--with-numactl,--without-numactl,numactl,"
|
||||
PACKAGECONFIG[fuse] = "--with-fuse,--without-fuse,fuse,"
|
||||
PACKAGECONFIG[audit] = "--with-audit,--without-audit,audit,"
|
||||
PACKAGECONFIG[libcap-ng] = "--with-capnp,--without-capng,libcap-ng,"
|
||||
PACKAGECONFIG[libcap-ng] = "--with-capng,--without-capng,libcap-ng,"
|
||||
|
||||
# Enable the Python tool support
|
||||
require libvirt-python.inc
|
||||
|
|
Loading…
Reference in New Issue
Block a user