diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-03-13 10:22:48 +0100 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-03-13 12:29:22 +0100 |
commit | b9bbe2220773fd790232a3fa2e87e93df663f352 (patch) | |
tree | 1bbd85d658768fa1cf9812f5202ca91f939f0f51 /debian | |
parent | 9ae099946250acb003e161f0f7b8c72a6bd91de9 (diff) |
depend on dpdk-dev to be able to use dpdk-sdk-env.sh
Change-Id: Ic6f1e43cd02a4d7f75f5ecba9c397e6938eceecd
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/tests/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index 74e00ae9..797a34fc 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -5,7 +5,8 @@ Depends: dpdk [amd64 arm64 i386 ppc64el], gawk, mount, systemd, sysvinit-utils Tests: test-linkage Restrictions: allow-stderr Depends: libdpdk-dev [amd64 arm64 i386 ppc64el], libc6, libc6-dev, gcc, - grep, libpcap-dev, libxenstore3.0 [amd64 arm64 i386], pax-utils, pkg-config + grep, libpcap-dev, libxenstore3.0 [amd64 arm64 i386], pax-utils, pkg-config, + dpdk-dev [amd64 arm64 i386 ppc64el] Tests: test-dkms Restrictions: allow-stderr, isolation-machine, needs-root |