From a60666fa677aa277901fa586f17383920443dce4 Mon Sep 17 00:00:00 2001 From: Yang Shi Date: Thu, 17 Oct 2013 12:29:24 -0700 Subject: libvirt: Fix wrong depend for libxl xen is not the right dependency for --with-libxl/--without-libxl, replace it to libxl. Signed-off-by: Yang Shi Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_1.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended/libvirt') diff --git a/recipes-extended/libvirt/libvirt_1.1.2.bb b/recipes-extended/libvirt/libvirt_1.1.2.bb index 819072dc..ca34b3cd 100644 --- a/recipes-extended/libvirt/libvirt_1.1.2.bb +++ b/recipes-extended/libvirt/libvirt_1.1.2.bb @@ -131,7 +131,7 @@ PACKAGECONFIG[qemu] = "--with-qemu,--without-qemu,qemu," PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen," PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," -PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen," +PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,libxl," PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen," PACKAGECONFIG[uml] = "--with-uml, --without-uml,," PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,," -- cgit v1.2.3-54-g00ecf