From f3e74e6b21a5d5568f4bd1357222e8a014d8397c Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Wed, 24 Oct 2018 15:07:31 +0200 Subject: Remove usage of vpp-ext-deps package This package is not needed for csit enymore. Change-Id: Ie32a9c9322873e66554bb69112d4428697c866db Signed-off-by: Jan Gelety --- resources/libraries/bash/function/gather.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'resources/libraries/bash/function/gather.sh') diff --git a/resources/libraries/bash/function/gather.sh b/resources/libraries/bash/function/gather.sh index b5bc692955..d5c294a4b5 100644 --- a/resources/libraries/bash/function/gather.sh +++ b/resources/libraries/bash/function/gather.sh @@ -272,9 +272,6 @@ function gather_vpp () { warn "Downloading latest VPP packages from Packagecloud." else warn "Downloading stable VPP packages from Packagecloud." - DKMS_VERSION="$(<"${CSIT_DIR}/DPDK_STABLE_VER")" || { - die "Read DPDK stable version failed." - } VPP_VERSION="$(<"${CSIT_DIR}/VPP_STABLE_VER_UBUNTU")" || { die "Read VPP stable version failed." } -- cgit 1.2.3-korg