From 474313e651ed983f10536347db94db5beeca51ee Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Tue, 5 Feb 2013 18:19:45 -0800 Subject: [PATCH] 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 --- sdk_lib/make_chroot.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sdk_lib/make_chroot.sh b/sdk_lib/make_chroot.sh index 0dfd69091d..a52a8e4f4e 100755 --- a/sdk_lib/make_chroot.sh +++ b/sdk_lib/make_chroot.sh @@ -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