summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt
diff options
context:
space:
mode:
authorChris Patterson <pattersonc@ainfosec.com>2019-02-04 12:08:07 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-02-06 20:51:09 +0000
commitfe63f43470cee287b7972ea60dd85c7bd2097e24 (patch)
tree76b3fe0ff58f5cd26d032ee97051947c9789e0b9 /recipes-extended/libvirt
parent302a4c77c916604039270df1d9ba0fa8d8f12ec9 (diff)
downloadmeta-virtualization-fe63f43470cee287b7972ea60dd85c7bd2097e24.tar.gz
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>
Diffstat (limited to 'recipes-extended/libvirt')
-rw-r--r--recipes-extended/libvirt/libvirt_4.9.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_4.9.0.bb b/recipes-extended/libvirt/libvirt_4.9.0.bb
index 768cf0e7..ccd4f83f 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"
194PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," 194PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu,"
195PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" 195PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl"
196PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," 196PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,,"
197PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,libxl," 197PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen,"
198PACKAGECONFIG[uml] = "--with-uml, --without-uml,," 198PACKAGECONFIG[uml] = "--with-uml, --without-uml,,"
199PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,," 199PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,,"
200PACKAGECONFIG[vmware] = "--with-vmware,--without-vmware,," 200PACKAGECONFIG[vmware] = "--with-vmware,--without-vmware,,"