From e19de29cda9994a71bc25a63d8a083020b3d2119 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Tue, 22 Jul 2014 14:11:18 -0700 Subject: [PATCH] setup_board: fix fetching binary toolchain packages Fix 98684560 which in turn tried to fix 0d29e735. This time the option to download binary packages was lost so building from scratch worked but not the normal usage of using binary packages. *sigh* --- setup_board | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_board b/setup_board index 0082124dd6..07ede16c53 100755 --- a/setup_board +++ b/setup_board @@ -265,7 +265,7 @@ if [[ ${FLAGS_regen_configs} -eq ${FLAGS_FALSE} ]]; then "${FLAGS_getbinpkg}" -eq "${FLAGS_TRUE}" ]] then EMERGE_FLAGS+=" --usepkg --getbinpkg" - EMERGE_TOOLCHAIN_FLAGS+=" --usepkgonly" + EMERGE_TOOLCHAIN_FLAGS+=" --usepkgonly --getbinpkg" else # When binary packages are disabled we need to make sure the cross # sysroot includes any build dependencies for the toolchain.