aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorMasoud Hemmatpour <mhemmatp@cisco.com>2019-05-07 17:54:17 +0200
committerMasoud Hemmatpour <mhemmatp@cisco.com>2019-05-09 10:41:26 +0200
commit86d6b8bb2b51d28527a387fc744bc58de166402d (patch)
treeb96af813cea51c4e7659b5fea4788531b83b79b8 /scripts
parentc8e6bdf4282c34fd3199cdeec42895cbbc05d9c1 (diff)
[HICN-191]updating plugin to run on vpp 19.04
Change-Id: I85ceabb1bde847edf030c6ccb3943be047d167f5 Signed-off-by: Masoud Hemmatpour <mhemmatp@cisco.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build-sysrepo.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build-sysrepo.sh b/scripts/build-sysrepo.sh
index 655d4b3d9..4192f7e12 100644
--- a/scripts/build-sysrepo.sh
+++ b/scripts/build-sysrepo.sh
@@ -25,12 +25,12 @@ PACKAGECLOUD_RELEASE_REPO_RPM="https://packagecloud.io/install/repositories/fdio
VPP_GIT_REPO="https://git.fd.io/vpp"
VPP_BRANCH="stable/1901"
-VPP_VERSION_DEB="19.01.1-release"
-VPP_VERSION_RPM="19.01.1-release.x86_64"
+VPP_VERSION_DEB="19.04-release"
+VPP_VERSION_RPM="19.04-release.x86_64"
BUILD_TOOLS_UBUNTU="build-essential doxygen"
LIBSSL_LIBEVENT_UBUNTU="libevent-dev libssl-dev"
-DEPS_UBUNTU="hicn-light hicn-plugin vpp=${VPP_VERSION_DEB} vpp-dev=${VPP_VERSION_DEB} vpp-lib=${VPP_VERSION_DEB} vpp-plugins=${VPP_VERSION_DEB}"
+DEPS_UBUNTU="hicn-light hicn-plugin libvppinfra=${VPP_VERSION_DEB} libvppinfra-dev=${VPP_VERSION_DEB} vpp=${VPP_VERSION_DEB} vpp-dev=${VPP_VERSION_DEB} vpp-plugin-core=${VPP_VERSION_DEB}"
# BUILD_TOOLS_GROUP_CENTOS="'Development Tools'"
DEPS_CENTOS="vpp-devel-${VPP_VERSION_RPM} vpp-lib-${VPP_VERSION_RPM} libparc-devel asio-devel centos-release-scl devtoolset-7"