fix(profiles): Disable zeroconf use flag globally.

This commit is contained in:
Michael Marineau 2013-07-25 15:29:15 -04:00
parent 16fefb8e54
commit 8f733efe2f

View File

@ -145,6 +145,10 @@ USE="${USE} hardened cros_host pic pie expat -introspection -cups -openrc"
# Enable bindist for both SDK and targets # Enable bindist for both SDK and targets
USE="${USE} bindist" USE="${USE} bindist"
# No need for zeroconf, that's a desktop world thing.
# Namely dhcpcd shoudln't make up random ipv4 addresses using ipv4ll
USE="${USE} -zeroconf"
# Default licenses that are accepted for ChromiumOS builds. # Default licenses that are accepted for ChromiumOS builds.
# If you want to accept more, use the --accept_licenses flag # If you want to accept more, use the --accept_licenses flag
# when running setup_board. # when running setup_board.