summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-09-03 15:59:26 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-08 09:59:23 -0400
commit1f86e95ef94c968a2f261b521ca6035c40e1fb79 (patch)
tree1bdc5f578ae0c01841e8ee32ca4a4df8ac218d93
parentaffa735a7fddb253057196a929df541fc4bae817 (diff)
downloadmeta-virtualization-1f86e95ef94c968a2f261b521ca6035c40e1fb79.tar.gz
libvirt: DEPEND on libxslt-native to fix build issue
Configure searches for and sets XSLTPROC and will not get a proper value unless we have made sure libxslt-native is built prior to libvirt. So we need to add it as a DEPENDS. Failing to do this we could end up with libvirt configuring before libxslt-native has built and installed xlstproc in the -native sysroot, resulting potential host contamination or in a potential build error: cat: acl.html.tmp: No such file or directory Makefile:2215: recipe for target 'acl.html' failed (xsltproc is used in the generation of acl.html.tmp) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/libvirt/libvirt_1.2.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/libvirt/libvirt_1.2.17.bb b/recipes-extended/libvirt/libvirt_1.2.17.bb
index a9457921..d3d72520 100644
--- a/recipes-extended/libvirt/libvirt_1.2.17.bb
+++ b/recipes-extended/libvirt/libvirt_1.2.17.bb
@@ -8,7 +8,7 @@ SECTION = "console/tools"
8PR = "r1" 8PR = "r1"
9 9
10DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ 10DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \
11 iptables dnsmasq readline" 11 iptables dnsmasq readline libxslt-native"
12 12
13# libvirt-guests.sh needs gettext.sh 13# libvirt-guests.sh needs gettext.sh
14# 14#