Commit a399fb49 authored by wangyongshou's avatar wangyongshou

modify compile error

parent 5f049af3
......@@ -53,9 +53,12 @@ config: dpdk-config rdma-core-config
##############################################################################
# .deb packaging
##############################################################################
PKG_VERSION=20.05
PKG_SUFFIX=8
DEB_VER := $(PKG_VERSION)
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 "v20.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