From 5a9b122c927424e42fb4aa9661b66b42e28d9546 Mon Sep 17 00:00:00 2001 From: Raymond Danks Date: Wed, 27 Jun 2012 14:18:21 -0600 Subject: libvirt: Use CACHED_CONFIGUREVARS for ac_cv configure vars. Signed-off-by: Raymond Danks --- recipes-extended/libvirt/libvirt_0.9.10.bb | 5 +++-- 1 file 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 inherit autotools gettext update-rc.d # Trimmed down version for Xen daemon server -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 \ - \ +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" + +CACHED_CONFIGUREVARS += "\ ac_cv_path_XMLLINT=/usr/bin/xmllint \ ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \ ac_cv_path_AUGPARSE=/usr/bin/augparse \ -- cgit v1.2.3-54-g00ecf