From e7fb470d42bab1d3464d3544e76eb56ed20566c4 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 31 Jul 2018 20:06:39 +0100 Subject: [PATCH] Build avf PMD for arm64/i386/ppc64el This PMD is available on all architecture, but it was mistakenly marked as amd64-only. As a result, since the shared library was being built, the libdpdk-dev symlink generator found it and created the link to it, that was unresolvable since there's no package for it. Change-Id: I96802509973188ac9c4c839196f24b9e79a993bd Signed-off-by: Luca Boccassi --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 577d9c52..9a75d8d4 100644 --- a/debian/control +++ b/debian/control @@ -1198,7 +1198,7 @@ Description: Data Plane Development Kit (librte_pmd_ark runtime library) This package contains the runtime libraries for librte_pmd_ark. Package: librte-pmd-avf18.05 -Architecture: amd64 +Architecture: amd64 arm64 i386 ppc64el Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} -- 2.16.6