From e7adafeaf76459246c967b2fbedb552bf983ac90 Mon Sep 17 00:00:00 2001 From: Tianyu Li Date: Wed, 26 Oct 2022 09:15:12 +0000 Subject: build: add extra rpm build dependencies make install-ext-dep failed with, sudo rpm -Uih vpp-ext-deps-23.02-4.aarch64.rpm error: Failed dependencies: perl(IBswcountlimits) is needed by vpp-ext-deps-23.02-4.aarch64 vpp-ext-deps have dependencies on infiniband-diags and libibumad Type: fix Signed-off-by: Tianyu Li Change-Id: I2aea453f53d6507285b4f87f04c6dfc4845098cd --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6b5ec77f557..57714bf638d 100644 --- a/Makefile +++ b/Makefile @@ -140,6 +140,7 @@ else ifeq ($(OS_ID)-$(OS_VERSION_ID),centos-8) RPM_DEPENDS += python2-devel python36-devel python3-ply RPM_DEPENDS += python3-virtualenv python3-jsonschema RPM_DEPENDS += libarchive cmake + RPM_DEPENDS += infiniband-diags libibumad RPM_DEPENDS_GROUPS = 'Development Tools' else RPM_DEPENDS += yum-utils -- cgit 1.2.3-korg