[eclipse-yocto] [oxygen][PATCH] setup.sh: update Eclipse Oxygen SDK upstream url

Chin Huat Ang chin.huat.ang at intel.com
Thu Jan 10 15:06:07 PST 2019


Eclipse Oxygen 4.7.3a has been moved to archive.eclipse.org, running
setup.sh with --upstream switch should now download from the new URL.

[YOCTO #13101]

Signed-off-by: Chin Huat Ang <chin.huat.ang at intel.com>
---
 scripts/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/setup.sh b/scripts/setup.sh
index 58a60d1..6f837ba 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -116,7 +116,7 @@ if [ ! -f eclipse/plugins/org.eclipse.swt_3.106.3.v20180329-0507.jar ]; then
 
   if [[ "$1" = "--upstream" ]]
   then
-        wget "http://download.eclipse.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
+        wget "http://archive.eclipse.org/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
   else
         wget "http://downloads.yoctoproject.org/eclipse-full/eclipse/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
   fi
-- 
2.7.4



More information about the eclipse-yocto mailing list