diff options
| author | Yang Shi <yang.shi@windriver.com> | 2013-10-17 12:29:24 -0700 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-10-18 11:04:44 -0400 |
| commit | a60666fa677aa277901fa586f17383920443dce4 (patch) | |
| tree | d6748b67e558acbbf381efaf206012c375aad3b2 | |
| parent | d21c403a0356c6fd4d89082c7043aaf98937248a (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-extended/libvirt/libvirt_1.1.2.bb | 2 |
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," | |||
| 131 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" | 131 | PACKAGECONFIG[yajl] = "--with-yajl,--without-yajl,yajl,yajl" |
| 132 | PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen," | 132 | PACKAGECONFIG[xen] = "--with-xen,--without-xen,xen," |
| 133 | PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," | 133 | PACKAGECONFIG[xenapi] = "--with-xenapi,--without-xenapi,," |
| 134 | PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,xen," | 134 | PACKAGECONFIG[libxl] = "--with-libxl=${STAGING_DIR_TARGET}/lib,--without-libxl,libxl," |
| 135 | PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen," | 135 | PACKAGECONFIG[xen-inotify] = "--with-xen-inotify,--without-xen-inotify,xen," |
| 136 | PACKAGECONFIG[uml] = "--with-uml, --without-uml,," | 136 | PACKAGECONFIG[uml] = "--with-uml, --without-uml,," |
| 137 | PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,," | 137 | PACKAGECONFIG[openvz] = "--with-openvz,--without-openvz,," |
