nat: nat44-ei hairpinning code cleanup
[vpp.git] / Makefile
index 031bb7b..4e886a9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,7 @@ DEB_DEPENDS += debhelper dkms git libtool libapr1-dev dh-python
 DEB_DEPENDS += libconfuse-dev git-review exuberant-ctags cscope pkg-config
 DEB_DEPENDS += lcov chrpath autoconf libnuma-dev
 DEB_DEPENDS += python3-all python3-setuptools check
-DEB_DEPENDS += libffi-dev python3-ply libmbedtls-dev
+DEB_DEPENDS += libffi-dev python3-ply
 DEB_DEPENDS += cmake ninja-build uuid-dev python3-jsonschema python3-yaml
 DEB_DEPENDS += python3-venv  # ensurepip
 DEB_DEPENDS += python3-dev   # needed for python3 -m pip install psutil
@@ -414,7 +414,7 @@ define test
        $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=$(1) TAG=$(2) vpp-install,)
        $(eval libs:=lib lib64)
        make -C test \
-         VPP_BUILD_DIR=$(BR)/build-$(2)-native \
+         VPP_BUILD_DIR=$(BR)/build-$(2)-native/vpp \
          VPP_BIN=$(BR)/install-$(2)-native/vpp/bin/vpp \
          VPP_INSTALL_PATH=$(BR)/install-$(2)-native/ \
          EXTENDED_TESTS=$(EXTENDED_TESTS) \