scripts/pkgdep: Remove call to install_sfhmt from freebsd.sh

This function is now being called from common.sh instead.

Change-Id: I90df5e3ea543a96fcede33b90369371191dffd07
Signed-off-by: Michal Berger <michalx.berger@intel.com>
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4160
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
Michal Berger 2020-09-11 12:53:10 +02:00 committed by Tomasz Zawadzki
parent 597ab5915a
commit 3b102b4f57

View File

@ -9,7 +9,6 @@ if [[ $INSTALL_DEV_TOOLS == "true" ]]; then
# Tools for developers
pkg install -y devel/astyle bash py27-pycodestyle \
misc/e2fsprogs-libuuid sysutils/sg3_utils nasm
install_shfmt
fi
if [[ $INSTALL_DOCS == "true" ]]; then
# Additional dependencies for building docs