From bc09fb8974393a5094ac61087099013172fd9042 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 14 Aug 2012 16:01:29 -0400 Subject: [PATCH] setup_board: drop binutils from package.provided We don't have anything pulling this into the target, so there is no reason to list it in package.provided. Further, this messes us up when we we do want to install it into the target image (for debugging/etc...). BUG=chromium-os:21330 TEST=`build_packages+build_image` for x86-alex did not install binutils TEST=`cbuildbot {amd64,arm,x86}-generic-full` did not install binutils TEST=`emerge-x86-alex binutils` worked Change-Id: Ie43124a5e763e416508155ab6465a272e639905a Reviewed-on: https://gerrit.chromium.org/gerrit/30287 Reviewed-by: asharif Commit-Ready: Mike Frysinger Tested-by: Mike Frysinger --- setup_board | 1 - 1 file changed, 1 deletion(-) diff --git a/setup_board b/setup_board index 0f275828cf..ae2562992c 100755 --- a/setup_board +++ b/setup_board @@ -167,7 +167,6 @@ install_toolchain_in_provided() { local glibc_ver="$3" # Tell portage that toolchain packages are already installed in the sysroot. ( - echo sys-devel/binutils-$binutils_ver echo sys-devel/gcc-$gcc_ver echo sys-libs/glibc-$glibc_ver ) | sudo_clobber "$BOARD_PROFILE/package.provided"