[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] ts-xen-build-prep: install libgnutls28-dev for libvirt build
d54ecf31b2 placed the build dependency in a wrong file. This patch reverts it and adds the dependency to the right file. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- Cc: Jim Fehlig <jfehlig@xxxxxxxx> --- Osstest/Toolstack/libvirt.pm | 2 +- ts-xen-build-prep | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Osstest/Toolstack/libvirt.pm b/Osstest/Toolstack/libvirt.pm index d5cda77e..45df1734 100644 --- a/Osstest/Toolstack/libvirt.pm +++ b/Osstest/Toolstack/libvirt.pm @@ -26,7 +26,7 @@ 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"; $nl_lib = "libnl1" if ($ho->{Suite} =~ m/wheezy/); push(@extra_packages, $nl_lib); 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@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |