[meta-virtualization] [PATCH] libvirt: fix dependency for libxl

Chris Patterson cjp256 at gmail.com
Mon Feb 4 09:08:07 PST 2019


From: Chris Patterson <pattersonc at ainfosec.com>

"libxl" package does not exist, use Xen.

Signed-off-by: Chris Patterson <pattersonc at ainfosec.com>
---
 recipes-extended/libvirt/libvirt_4.9.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/libvirt/libvirt_4.9.0.bb b/recipes-extended/libvirt/libvirt_4.9.0.bb
index 768cf0e..ccd4f83 100644
--- a/recipes-extended/libvirt/libvirt_4.9.0.bb
+++ b/recipes-extended/libvirt/libvirt_4.9.0.bb
@@ -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,,"
-- 
2.1.4



More information about the meta-virtualization mailing list