From cbf47a093dc20f0d1a25a3a2d7eec433767b947c Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Tue, 4 Aug 2020 09:37:34 -0700 Subject: libvirt: specify location of dmidecode We should tell configure where dmidecode is rather than have it search the host for it. Signed-off-by: Joe Slater Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_6.3.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-extended') diff --git a/recipes-extended/libvirt/libvirt_6.3.0.bb b/recipes-extended/libvirt/libvirt_6.3.0.bb index dcaa48b5..08e2961c 100644 --- a/recipes-extended/libvirt/libvirt_6.3.0.bb +++ b/recipes-extended/libvirt/libvirt_6.3.0.bb @@ -59,6 +59,7 @@ acpaths = "-I ./m4" CACHED_CONFIGUREVARS += "\ ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \ ac_cv_path_AUGPARSE=/usr/bin/augparse \ +ac_cv_path_DMIDECODE=/usr/sbin/dmidecode \ ac_cv_path_DNSMASQ=/usr/bin/dnsmasq \ ac_cv_path_BRCTL=/usr/sbin/brctl \ ac_cv_path_TC=/sbin/tc \ -- cgit v1.2.3-54-g00ecf