aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLuca Muscariello <lumuscar+fdio@cisco.com>2019-03-29 15:45:34 +0000
committerGerrit Code Review <gerrit@fd.io>2019-03-29 15:45:34 +0000
commitfe16eee83b82383974996cffc0f423aa9deb50d9 (patch)
treeb84ef8e4d2c4259ec0d4b1748f56755a3920076c /scripts
parent65317f78ac16a40d0ce189ec90eca45cbd064006 (diff)
parentc405a5bb3a2299c34f11431be477a228715e66fa (diff)
Merge "[HICN-90] adding hicn-light to sysrepo-plugins"
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build-sysrepo.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/build-sysrepo.sh b/scripts/build-sysrepo.sh
index 652322ba1..655d4b3d9 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-release"
-VPP_VERSION_RPM="19.01-release.x86_64"
+VPP_VERSION_DEB="19.01.1-release"
+VPP_VERSION_RPM="19.01.1-release.x86_64"
BUILD_TOOLS_UBUNTU="build-essential doxygen"
LIBSSL_LIBEVENT_UBUNTU="libevent-dev libssl-dev"
-DEPS_UBUNTU="hicn-plugin vpp-dev=${VPP_VERSION_DEB} vpp-lib=${VPP_VERSION_DEB}"
+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}"
# 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"
@@ -123,7 +123,7 @@ build_package() {
rm -rf *
# cp ${SCRIPT_PATH}/../cmake/Modules/Packager.cmake ${SCRIPT_PATH}/../utils/sysrepo-plugin/cmake/
- cmake -DCMAKE_INSTALL_PREFIX=/usr ${SCRIPT_PATH}/../utils/sysrepo-plugin/ \
+ cmake -DCMAKE_INSTALL_PREFIX=/usr ${SCRIPT_PATH}/../utils/sysrepo-plugins/ \
-DSR_PLUGINS_DIR=/usr/lib/x86_64-linux-gnu/sysrepo/plugins
make package