aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/functions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/functions.sh')
-rw-r--r--scripts/functions.sh10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/functions.sh b/scripts/functions.sh
index 7796935ef..9cb62b5cc 100644
--- a/scripts/functions.sh
+++ b/scripts/functions.sh
@@ -49,14 +49,22 @@ DEPS_UBUNTU=("build-essential"
"libmemif"
"libasio-dev"
"libconfig-dev"
+ "libconfig++-dev"
"libcurl4-openssl-dev"
"libevent-dev"
"libssl-dev"
"ninja-build"
+ "vpp=${VPP_VERSION_DEB}"
+ "vpp-dev=${VPP_VERSION_DEB}"
+ "libvppinfra=${VPP_VERSION_DEB}"
+ "libvppinfra-dev=${VPP_VERSION_DEB}"
+ "vpp-plugin-core=${VPP_VERSION_DEB}"
"python3-ply")
# BUILD_TOOLS_GROUP_CENTOS="'Development Tools'"
-DEPS_CENTOS=("libparc-devel"
+DEPS_CENTOS=("vpp-devel-${VPP_VERSION_RPM}"
+ "vpp-lib-${VPP_VERSION_RPM}"
+ "libparc-devel"
"curl"
"libmemif-devel"
"ninja-build"