diff options
-rw-r--r-- | recipes-extended/libvirt/libvirt_0.9.10.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/libvirt/libvirt_0.9.10.bb b/recipes-extended/libvirt/libvirt_0.9.10.bb index 2b551e0c..1f907024 100644 --- a/recipes-extended/libvirt/libvirt_0.9.10.bb +++ b/recipes-extended/libvirt/libvirt_0.9.10.bb | |||
@@ -19,8 +19,9 @@ SRC_URI[sha256sum] = "5b81d9f054ee4b395b0ab4f59845d082baaa6d6c2a038c966309156dde | |||
19 | inherit autotools gettext update-rc.d | 19 | inherit autotools gettext update-rc.d |
20 | 20 | ||
21 | # Trimmed down version for Xen daemon server | 21 | # Trimmed down version for Xen daemon server |
22 | EXTRA_OECONF="--with-xenapi=no --with-libxl=${STAGING_DIR_TARGET}/lib --with-xen=yes --with-xen-inotify=yes --with-qemu=no --with-uml=no --with-openvz=no --with-vmware=no --with-phyp=no --with-libvirtd -with-vbox=no --with-esx=no --with-hyperv=no --with-test=yes --with-remote=yes --with-macvtap=no \ | 22 | EXTRA_OECONF="--with-xenapi=no --with-libxl=${STAGING_DIR_TARGET}/lib --with-xen=yes --with-xen-inotify=yes --with-qemu=no --with-uml=no --with-openvz=no --with-vmware=no --with-phyp=no --with-libvirtd -with-vbox=no --with-esx=no --with-hyperv=no --with-test=yes --with-remote=yes --with-macvtap=no" |
23 | \ | 23 | |
24 | CACHED_CONFIGUREVARS += "\ | ||
24 | ac_cv_path_XMLLINT=/usr/bin/xmllint \ | 25 | ac_cv_path_XMLLINT=/usr/bin/xmllint \ |
25 | ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \ | 26 | ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \ |
26 | ac_cv_path_AUGPARSE=/usr/bin/augparse \ | 27 | ac_cv_path_AUGPARSE=/usr/bin/augparse \ |