diff options
author | Tianyu Li <tianyu.li@arm.com> | 2022-10-26 09:15:12 +0000 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2022-10-29 01:14:39 +0000 |
commit | e7adafeaf76459246c967b2fbedb552bf983ac90 (patch) | |
tree | 0bb71c8eaf047580f205e317b5d4aeb892eafb24 /Makefile | |
parent | 648c29243f9f28d6ef911230641f6610b81a83e7 (diff) |
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 <tianyu.li@arm.com>
Change-Id: I2aea453f53d6507285b4f87f04c6dfc4845098cd
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |