fix(make_chroot): use the portage openssl for now

portage's openssl is up to date, no need to fork it for now.

Change-Id: Ib2a03811803ecf4626813706f6ef79ad4b1956f3
This commit is contained in:
Brandon Philips 2013-02-05 18:19:45 -08:00
parent e5aeefeb2b
commit 474313e651

View File

@ -440,11 +440,6 @@ if [[ ! -e "${FLAGS_chroot}/usr/bin/git" ]]; then
info "Updating early git"
USE="-curl -webdav" early_enter_chroot $EMERGE_CMD -uNv $USEPKG dev-vcs/git
# OpenSSL is a cros-workon package too, but the default http repo is now
# unusable since we disabled building with curl above. Reject minilayouts.
if [[ ! -d ${SRC_ROOT}/third_party/openssl ]]; then
die "bootstrapping requires a full manifest checkout"
fi
early_enter_chroot $EMERGE_CMD -uNv $USEPKG --select $EMERGE_JOBS \
dev-libs/openssl net-misc/curl