diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 10:15:18 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2016-06-23 16:39:48 +0200 |
commit | 8090f89e683c37394bb346fbe8bf065952b298a0 (patch) | |
tree | 168fca5aeaf2c8982646680ba8b7b60442d4b820 | |
parent | 4801b3f332b1d19019691b664cb54977d6a9d93f (diff) |
d/control: drop unused mempool dependency from librte-eal2
Now that linking is fixed and there is no circular dependency anymore
there is no need to still manually add the formerly hidden mempool
dependency.
Change-Id: Ieb3ae0bac70f42a7bbf6d6bc84f8c720e806f6c8
Signed-off-by: Christian Ehrhardt <christian.ehrhardt@canonical.com>
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 529f4b54..3ce43d2f 100644 --- a/debian/control +++ b/debian/control @@ -223,7 +223,7 @@ Section: libs Multi-Arch: same Homepage: http://dpdk.org/doc/api/rte__eal_8h.html Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends}, librte-mempool1 +Depends: ${misc:Depends}, ${shlibs:Depends} Conflicts: libdpdk0 Description: Data Plane Development Kit (librte-eal runtime library) DPDK is a set of libraries for fast packet processing. Applications run |