Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-UPF
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenXG
OpenXG-UPF
Commits
c3c9d3f8
Commit
c3c9d3f8
authored
Dec 16, 2020
by
wangyongshou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve compile
parent
a210436d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
src/Buptvppe/build/external/Makefile
src/Buptvppe/build/external/Makefile
+6
-0
src/Buptvppe/src/CMakeLists.txt
src/Buptvppe/src/CMakeLists.txt
+4
-0
No files found.
src/Buptvppe/build/external/Makefile
View file @
c3c9d3f8
...
...
@@ -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
)
...
...
src/Buptvppe/src/CMakeLists.txt
View file @
c3c9d3f8
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment