From: Wei Liu Date: Sun, 8 Feb 2015 15:59:15 +0000 (+0000) Subject: ts-xen-build-prep: install ebtables X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e8f7cbc92dec0a1ecaa92d1f6c968c8056a1522a;p=people%2Fdariof%2Fosstest.git ts-xen-build-prep: install ebtables Libvirt's test suite needs it. Signed-off-by: Wei Liu Acked-by: Ian Campbell --- diff --git a/ts-xen-build-prep b/ts-xen-build-prep index 9a3b523..03ad35c 100755 --- a/ts-xen-build-prep +++ b/ts-xen-build-prep @@ -206,7 +206,7 @@ sub prep () { autoconf automake libtool xsltproc libxml2-utils libxml2-dev libdevmapper-dev w3c-dtd-xhtml libxml-xpath-perl - ccache nasm checkpolicy); + ccache nasm checkpolicy ebtables); if ($ho->{Suite} =~ m/wheezy|squeeze|lenny/) { push(@packages, "libnl-dev");