diff options
author | Joe Slater <joe.slater@windriver.com> | 2020-08-04 09:37:34 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-08-07 22:21:22 -0400 |
commit | cbf47a093dc20f0d1a25a3a2d7eec433767b947c (patch) | |
tree | a7adcf526bf5c5a61c2c1b6ea250e4d07ae9124a | |
parent | ba6143a680d0040138e62a46ce9c79b3457e9cbd (diff) | |
download | meta-virtualization-cbf47a093dc20f0d1a25a3a2d7eec433767b947c.tar.gz |
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 <joe.slater@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-extended/libvirt/libvirt_6.3.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
59 | CACHED_CONFIGUREVARS += "\ | 59 | CACHED_CONFIGUREVARS += "\ |
60 | ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \ | 60 | ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \ |
61 | ac_cv_path_AUGPARSE=/usr/bin/augparse \ | 61 | ac_cv_path_AUGPARSE=/usr/bin/augparse \ |
62 | ac_cv_path_DMIDECODE=/usr/sbin/dmidecode \ | ||
62 | ac_cv_path_DNSMASQ=/usr/bin/dnsmasq \ | 63 | ac_cv_path_DNSMASQ=/usr/bin/dnsmasq \ |
63 | ac_cv_path_BRCTL=/usr/sbin/brctl \ | 64 | ac_cv_path_BRCTL=/usr/sbin/brctl \ |
64 | ac_cv_path_TC=/sbin/tc \ | 65 | ac_cv_path_TC=/sbin/tc \ |