diff options
author | Damjan Marion <damarion@cisco.com> | 2019-05-29 09:48:44 +0200 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2019-05-30 10:05:00 +0000 |
commit | a9116240d140c652ea0946aea3ee00b043151fc3 (patch) | |
tree | 01c7d0971cee1913b0acfcb055f86c97ace7e3c6 /build/external/Makefile | |
parent | 2ecf18a55081165beb807e4e65c485762d2c9f5e (diff) |
dpdk: bump to 19.05
Change-Id: I738ff20a1ebb1cc70fb6ddb40791b6747cada372
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'build/external/Makefile')
-rw-r--r-- | build/external/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/external/Makefile b/build/external/Makefile index bc54efebd42..d178f0d8305 100644 --- a/build/external/Makefile +++ b/build/external/Makefile @@ -121,6 +121,7 @@ build-rpm: $(DEV_RPM) install-rpm: ifneq ($(INSTALLED_RPM_VER),$(RPM_VER)-$(PKG_SUFFIX)) @$(MAKE) $(DEV_RPM) + sudo rpm -e vpp-ext-deps sudo rpm -Uih --force $(DEV_RPM) else @echo "==========================================================" |