deptest: Install of host tools has to be forced for every test, because the host...
[openwrt/staging/yousong.git] / scripts / deptest.sh
index 730ca5bd35edcf7c4f2559183b7708bfb8c9bb85..a0c3017c7d00510eea5f000e6c5c04fa4b277380 100755 (executable)
@@ -74,6 +74,7 @@ test_package() # $1=pkgname
                BUILD_DIR_HOST="$BUILD_DIR_HOST" \
                STAGING_DIR="$STAGING_DIR" \
                STAGING_DIR_HOST="$STAGING_DIR_HOST" \
+               FORCE_HOST_INSTALL=1 \
                V=99 >"$LOG_DIR/$(basename $pkg).log" 2>&1
        if [ $? -eq 0 ]; then
                touch "$STAMP_SUCCESS"