summaryrefslogtreecommitdiffstats
path: root/recipes-extended/libvirt
diff options
context:
space:
mode:
authorYang Shi <yang.shi@windriver.com>2013-10-17 12:29:24 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-10-18 11:04:44 -0400
commita60666fa677aa277901fa586f17383920443dce4 (patch)
treed6748b67e558acbbf381efaf206012c375aad3b2 /recipes-extended/libvirt
parentd21c403a0356c6fd4d89082c7043aaf98937248a (diff)
downloadmeta-virtualization-a60666fa677aa277901fa586f17383920443dce4.tar.gz
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 <yang.shi@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended/libvirt')
-rw-r--r--recipes-extended/libvirt/libvirt_1.1.2.bb2
1 files changed, 1 insertions, 1 deletions
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,"
131PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" 131PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl"
132PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen," 132PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen,"
133PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," 133PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,,"
134PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen," 134PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,libxl,"
135PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen," 135PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen,"
136PACKAGECONFIG[uml] = "--with-uml, --without-uml,," 136PACKAGECONFIG[uml] = "--with-uml, --without-uml,,"
137PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,," 137PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,,"