Merge pull request #51 from marineam/bindist

fix(profiles): Apply the bindist flag to both the SDK and targets
This commit is contained in:
Michael Marineau 2013-07-05 12:43:00 -07:00
commit 0557445d0c
3 changed files with 4 additions and 6 deletions

View File

@ -142,6 +142,9 @@ USE_EXPAND_HIDDEN="${USE_EXPAND_HIDDEN} CROS_WORKON_TREE"
# Previously defined in make.conf
USE="${USE} hardened cros_host pic pie expat -introspection -cups -openrc"
# Enable bindist for both SDK and targets
USE="${USE} bindist"
# Default licenses that are accepted for ChromiumOS builds.
# If you want to accept more, use the --accept_licenses flag
# when running setup_board.

View File

@ -1,7 +1,7 @@
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
USE="bindist cros-debug acpi usb pam"
USE="cros-debug acpi usb pam"
USE="${USE} -cros_host -expat -pic -pie -cairo -X"
USE="${USE} -acl -cracklib -gpm -ipv6 -openmp -python -sha512"
USE="${USE} -fortran -abiword -perl -cups -poppler-data -nls"

View File

@ -1,11 +1,6 @@
# Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
# Distributed under the terms of the GNU General Public License v2
# Brian Stell <bstell@chromium.org> (27 August 2010)
# For Chromium OS enable FreeType sub-pixel anti-aliasing and bytecode
# interpreter
media-libs/freetype bindist
# Jungshik Shin <jshin@chromium.org) (31 August 2010)
# We don't want to generate fonts.scale when installing fonts with font.eclass
# ( http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/font.eclass?revision=1.50&view=markup )