diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2018-03-09 12:07:24 +0000 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-03-13 12:29:21 +0100 |
commit | c0e4efd593530e2c0d6db787bb737233af7d8aa0 (patch) | |
tree | 524a0339ad34ec6cf537dc9bd70117adb61b3f85 /debian/tests/control | |
parent | 14a3b66192178626304f24f1a5bc2bc6ea3045ad (diff) |
Install pkg-config for linkage autopkgtest
It is not installed by default
Change-Id: Id1ac320a35203c8da0af984225d53f723174bf77
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/tests/control b/debian/tests/control index ea380337..74e00ae9 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -5,7 +5,7 @@ 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 + grep, libpcap-dev, libxenstore3.0 [amd64 arm64 i386], pax-utils, pkg-config Tests: test-dkms Restrictions: allow-stderr, isolation-machine, needs-root |