mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
libvirt: fix build error caused by host 'xmllint'
There is host contamination in that we force XMLLINT to be '/usr/bin/xmllint' via ac_cv_path_XMLLINT. This results in the error: /bin/bash: /usr/bin/xmllint: No such file or directory We only use XMLLINT during the build, it is present in two Makefiles included with ptest package but they are unused. So we drop the setting of ac_cv_path_XMLLINT to ensure we are using xmllint in the recipe sysroot instead of the host's. Should the ptest package ever evolve to make use of the Makefiles we need to update not only the XMLLINT path but that for XSLTPROC and others too. (I would suggest that the Makefiles may have been used on the target as part of ptest at one point, but are no longer and should be removed, though I haven't investigated further). Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
d4c5cd1d93
commit
9afe74cd35
|
@ -43,7 +43,6 @@ SRC_URI[libvirt.sha256sum] = "a531e22c8b985ecb2d1223b913fd6ec0f1800e3ebe02351924
|
|||
inherit autotools gettext update-rc.d pkgconfig ptest systemd
|
||||
|
||||
CACHED_CONFIGUREVARS += "\
|
||||
ac_cv_path_XMLLINT=/usr/bin/xmllint \
|
||||
ac_cv_path_XMLCATLOG=/usr/bin/xmlcatalog \
|
||||
ac_cv_path_AUGPARSE=/usr/bin/augparse \
|
||||
ac_cv_path_DNSMASQ=/usr/bin/dnsmasq \
|
||||
|
|
Loading…
Reference in New Issue
Block a user