debian/control: remove arm64 dkms recommends 98/6798/1
authorChristian Ehrhardt <christian.ehrhardt@canonical.com>
Fri, 19 May 2017 06:54:41 +0000 (08:54 +0200)
committerChristian Ehrhardt <christian.ehrhardt@canonical.com>
Fri, 19 May 2017 10:28:58 +0000 (12:28 +0200)
This was meant when arm64 absolutely required the dkms modules to work.
But there are platforms which can work without now.

We already have a arch neutral suggests, so no need to replace this.

Given the complexity dkms sometimes brings on e.g. kernel updates
dropping the recommends helps more systems (by avoiding those issues)
than it hurts (by users of those needing it installing the dkms
packages)

Change-Id: I99a060092d685a8cb87db6d0259e4ab18a823d7e
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
debian/control

index 7808f6d..e769ba3 100644 (file)
@@ -35,9 +35,7 @@ Depends: hwdata,
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends}
-Recommends: dpdk-igb-uio-dkms (= ${binary:Version}) [arm64],
-            dpdk-rte-kni-dkms (= ${binary:Version}) [arm64],
-            librte-pmd-af-packet1 (= ${binary:Version}),
+Recommends: librte-pmd-af-packet1 (= ${binary:Version}),
             librte-pmd-bnxt1 (= ${binary:Version}),
             librte-pmd-bond1 (= ${binary:Version}),
             librte-pmd-cxgbe1 (= ${binary:Version}),