diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2016-07-29 16:10:13 +0200 |
---|---|---|
committer | Ricardo Salveti <ricardo.salveti@linaro.org> | 2016-07-29 15:28:00 -0300 |
commit | 3a886882aa80419ef6ff8093cd427f2259960945 (patch) | |
tree | f88a7a9b08a5c95934a8d64914f39c8bafcc4597 /debian/control | |
parent | 422a1450c2055063de16b4302b85d189d6f1e6e2 (diff) |
debian/control: add pciutils to the dpdk depends list
lspci is used by the dpdk-devbind script.
Change-Id: I9339e3225a04a7bc374194fc9963e1393c8c37d7
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 37a64437..8d18ed5d 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Architecture: amd64 arm64 i386 Homepage: http://www.dpdk.org Depends: libdpdk-dev (= ${binary:Version}), lsb-base (>= 3.2-14), + pciutils, ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} |