mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
libvirt: fix dependency for libxl
"libxl" package does not exist, use Xen. Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
302a4c77c9
commit
fe63f43470
|
@ -194,7 +194,7 @@ PACKAGECONFIG_remove_mipsarchn64 = "qemu"
|
|||
PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu,"
|
||||
PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl"
|
||||
PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,,"
|
||||
PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,libxl,"
|
||||
PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen,"
|
||||
PACKAGECONFIG[uml] = "--with-uml, --without-uml,,"
|
||||
PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,,"
|
||||
PACKAGECONFIG[vmware] = "--with-vmware,--without-vmware,,"
|
||||
|
|
Loading…
Reference in New Issue
Block a user