diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-09-03 15:59:26 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-09-08 09:59:23 -0400 |
commit | 1f86e95ef94c968a2f261b521ca6035c40e1fb79 (patch) | |
tree | 1bdc5f578ae0c01841e8ee32ca4a4df8ac218d93 | |
parent | affa735a7fddb253057196a929df541fc4bae817 (diff) | |
download | meta-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.bb | 2 |
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" | |||
8 | PR = "r1" | 8 | PR = "r1" |
9 | 9 | ||
10 | DEPENDS = "bridge-utils gnutls libxml2 lvm2 avahi parted curl libpcap util-linux e2fsprogs pm-utils \ | 10 | DEPENDS = "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 | # |