d54ecf31b2 placed the build dependency in a wrong file. This patch adds the dependency to the right file. Add a runtime dependency in libvirt.pm.
Signed-off-by: Wei Liu <wei.l...@citrix.com> --- Cc: Jim Fehlig <jfeh...@suse.com> --- Osstest/Toolstack/libvirt.pm | 6 +++++- ts-xen-build-prep | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Osstest/Toolstack/libvirt.pm b/Osstest/Toolstack/libvirt.pm index d5cda77e..7ebeaf66 100644 --- a/Osstest/Toolstack/libvirt.pm +++ b/Osstest/Toolstack/libvirt.pm @@ -26,10 +26,14 @@ use XML::LibXML; sub new { my ($class, $ho, $methname,$asset) = @_; - my @extra_packages = qw(libavahi-client3 libgnutls28-dev); + my @extra_packages = qw(libavahi-client3); my $nl_lib = "libnl-3-200"; + my $libgnutls = "libgnutls30"; + $nl_lib = "libnl1" if ($ho->{Suite} =~ m/wheezy/); + $libgnutls = "libgnutls-deb0-28" if ($ho->{Suite} =~ m/jessie/); push(@extra_packages, $nl_lib); + push(@extra_packages, $libgnutls); return bless { Name => "libvirt", Host => $ho, NewDaemons => [qw(libvirtd)], diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 77a2d284..23bbbeb9 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -208,7 +208,8 @@ sub prep () { libxml2-utils libxml2-dev libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl libelf-dev - ccache nasm checkpolicy ebtables); + ccache nasm checkpolicy ebtables + libgnutls28-dev); if ($ho->{Suite} !~ m/squeeze|wheezy/) { push(@packages, qw(ocaml-nox ocaml-findlib)); -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel