From 956b10dd5564d5f03beacc5ef1c3e0ed90fa1ad8 Mon Sep 17 00:00:00 2001 From: MilhouseVH Date: Mon, 25 Feb 2019 20:29:34 +0000 Subject: [PATCH] scripts/image: restore checkdeps call --- scripts/image | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/image b/scripts/image index 70830e2050..ba9b1aa9e3 100755 --- a/scripts/image +++ b/scripts/image @@ -13,6 +13,8 @@ unset _CACHE_PACKAGE_LOCAL _CACHE_PACKAGE_GLOBAL _DEBUG_DEPENDS_LIST _DEBUG_PACK show_config save_build_config +${SCRIPTS}/checkdeps + # Setup both toolchain cmake configs to avoid potentially racy behaviour later. # Use a fork for host to isolate any variable modifications. ( setup_toolchain host )