Commit c3c9d3f8 authored by wangyongshou's avatar wangyongshou

resolve compile

parent a210436d
......@@ -54,8 +54,14 @@ config: dpdk-config rdma-core-config
# .deb packaging
##############################################################################
PKG_VERSION=20.05
PKG_SUFFIX=8
DEB_VER := $(PKG_VERSION)
DEB_VER=20.05
DEB_ARCH=$(shell dpkg --print-architecture 2> /dev/null)
DEB_ARCH=amd64
DEV_DEB=vpp-ext-deps_$(DEB_VER)-$(PKG_SUFFIX)_$(DEB_ARCH).deb
INSTALLED_VER=$(shell dpkg-query --showformat='$${Version}' --show vpp-ext-deps 2> /dev/null)
......
......@@ -29,6 +29,10 @@ execute_process(
OUTPUT_VARIABLE VPP_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE
)
string(CONCAT VPP_VERSION "20.05-rc0~582-g1339dce8f")
string(CONCAT VPP_LIB_VERSION "20.05")
string(REPLACE "-" ";" VPP_LIB_VERSION ${VPP_VERSION})
list(GET VPP_LIB_VERSION 0 VPP_LIB_VERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment