diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-06-06 11:57:35 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-06-06 23:03:49 -0400 |
commit | 9afe74cd350598c92aa5faff54d93ba06d33079d (patch) | |
tree | ce773d38733152b11ba9d046d25f9ea6cac4875e /recipes-networking/openvswitch/openvswitch-git | |
parent | d4c5cd1d939ac9bc8f4e2065e5afa83b1fa00418 (diff) | |
download | meta-virtualization-9afe74cd350598c92aa5faff54d93ba06d33079d.tar.gz |
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>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git')
0 files changed, 0 insertions, 0 deletions