]> xenbits.xensource.com Git - osstest.git/commitdiff
ts-xen-build-prep: install ebtables
authorWei Liu <wei.liu2@citrix.com>
Sun, 8 Feb 2015 15:59:15 +0000 (15:59 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 30 Jul 2015 14:22:13 +0000 (15:22 +0100)
Libvirt's test suite needs it.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
ts-xen-build-prep

index 9a3b523875bd1a9cc1b087ff52f5667fee0c3e3c..03ad35cb1d09719602e0fdf2064542813893eaf8 100755 (executable)
@@ -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");