From 4a6cb83d334e391f85332ea38a2e467ac7743e4b Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Tue, 18 Sep 2018 18:41:38 +0200 Subject: rename vpp-dpdk-dev to vpp-ext-deps We need to have new tenants in the development package. This is first of series of patches which will allow us to have multiple external libs and tools packaged for developer's convenience. Change-Id: I884bd75fba96005bbf8cea92774682b2228e0e22 Signed-off-by: Damjan Marion --- test/scripts/socket_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scripts') diff --git a/test/scripts/socket_test.sh b/test/scripts/socket_test.sh index 1528116bf80..33565e40838 100755 --- a/test/scripts/socket_test.sh +++ b/test/scripts/socket_test.sh @@ -334,7 +334,7 @@ fi if [ -n "$multi_host"] && [ ! -f "$dpdk_devbind" ] ; then echo "ERROR: Can't find dpdk-devbind.py!" - echo " Run \"cd \$WS_ROOT; make dpdk-install-dev\" to install it." + echo " Run \"cd \$WS_ROOT; make install-ext-deps\" to install it." echo env_test_failed="true" fi -- cgit 1.2.3-korg