mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 22:11:39 +02:00
Merge pull request #1168 from marineam/bindist
Fixup bindist and mirror restrictions
This commit is contained in:
commit
dd660e0f07
@ -10,8 +10,6 @@ DESCRIPTION="library to construct the suffix array and the Burrows-Wheeler trans
|
||||
HOMEPAGE="http://code.google.com/p/libdivsufsort/"
|
||||
SRC_URI="http://libdivsufsort.googlecode.com/files/${P}.tar.gz"
|
||||
|
||||
RESTRICT="mirror"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 arm x86"
|
||||
|
@ -18,9 +18,6 @@ ETCD_PROTOCOLS="1"
|
||||
# Extra use flags for CoreOS SDK
|
||||
USE="${USE} cros_host expat -introspection -cups -tcpd -pcre -berkdb"
|
||||
|
||||
# Enable bindist for both SDK and targets
|
||||
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"
|
||||
@ -35,6 +32,10 @@ USE="$USE -python_targets_python3_3 -python_single_target_python3_3"
|
||||
BOOTSTRAP_USE="$BOOTSTRAP_USE -python_targets_python3_2"
|
||||
BOOTSTRAP_USE="$BOOTSTRAP_USE -python_targets_python3_3"
|
||||
|
||||
# Disable packages or optional features with distribution issues.
|
||||
ACCEPT_RESTRICT="* -bindist -mirror"
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user