summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/setup.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/setup.sh b/scripts/setup.sh
index ea65ab8f427..aa86e06061d 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -66,9 +66,9 @@ if [ ! -f eclipse/plugins/3.102.0.v20130605-1539.jar ]; then
fi
# Eclipse SDK: Need the SDK so we can link into docs
echo "Getting Eclipse SDK..."
- wget "http://download.eclipse.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
- # The eclipse site has moments where it is overloaded. Maintaining our own mirror solves this.
- # wget "http://downloads.yoctoproject.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
+ #wget "http://download.eclipse.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
+ #The eclipse site has moments where it is overloaded. Maintaining our own mirror solves this.
+ wget "http://downloads.yoctoproject.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
tar xfz eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz || err_exit $? "extracting Eclipse SDK failed"
rm eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz
cd "${curdir2}"