aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2018-02-27 09:35:21 +0100
committerPeter Mikus <pmikus@cisco.com>2018-02-28 08:12:10 +0000
commit02f01f9f327cc64745c1941968813b3f107ca771 (patch)
treec31fb5162ff0e83c05f8006afbfcfe8a649372cb /bootstrap.sh
parentb883aab899c75a351b2c4af42c98e918810f2272 (diff)
Update of VPP_STABLE_VER files + fix Centos dep list
Change-Id: Icd149927c6b2893f8f716df29d8de475e809be49 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 3d79016849..189ec6f3cc 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -23,7 +23,7 @@ export PYTHONPATH=${SCRIPT_DIR}
if [ -f "/etc/redhat-release" ]; then
DISTRO="CENTOS"
sudo yum install -y python-devel python-virtualenv
- VPP_ARTIFACTS="vpp vpp-devel vpp-lib vpp-plugins"
+ VPP_ARTIFACTS="vpp vpp-selinux-policy vpp-devel vpp-lib vpp-plugins"
DPDK_ARTIFACTS=""
PACKAGE="rpm"
VPP_CLASSIFIER=""