[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 04/16] ts-xen-build-prep: install packages for stretch
Stubdom build needs texinfo. Libvirt build needs autopoint. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- ts-xen-build-prep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 6152d0a..70a53ca 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -221,6 +221,10 @@ sub prep () { # jessie (>jessie?) push(@packages, "libnl-route-3-dev"); } + if ($ho->{Suite} =~ m/stretch/) { + push(@packages, qw(texinfo autopoint libpciaccess-dev)); + } + target_install_packages($ho, @packages); target_cmd_root($ho, "chmod -R a+r /usr/share/git-core/templates"); # workaround for Debian #595728 -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |