From 1f86e95ef94c968a2f261b521ca6035c40e1fb79 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Thu, 3 Sep 2015 15:59:26 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- recipes-extended/libvirt/libvirt_1.2.17.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" PR = "r1" DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ - iptables dnsmasq readline" + iptables dnsmasq readline libxslt-native" # libvirt-guests.sh needs gettext.sh # -- cgit v1.2.3-54-g00ecf