[eclipse-yocto] [neon][PATCH] setup.sh: update Eclipse Neon SDK upstream url

Tim Orling timothy.t.orling at linux.intel.com
Sun Dec 9 10:15:54 PST 2018


Thank you for catching this. This spells the beginning of the end of Neon support.

Merged.

> On Dec 6, 2018, at 11:32 PM, Chin Huat Ang <chin.huat.ang at intel.com> wrote:
> 
> Running setup.sh with --upstream switch should now download the zip
> archive from the new URL at archive.eclipse.org as the old URL is no
> longer valid.
> 
> 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 aaa3782..1450407 100755
> --- a/scripts/setup.sh
> +++ b/scripts/setup.sh
> @@ -116,7 +116,7 @@ if [ ! -f eclipse/plugins/org.eclipse.swt_3.105.3.v20170228-0512.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/downloads/drops4/${ep_rel}${ep_ver}${ep_date}/eclipse-SDK-${ep_ver}-${ep_arch}.tar.gz"
>   fi
> -- 
> 2.7.4
> 
> _______________________________________________
> eclipse-yocto mailing list
> eclipse-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/eclipse-yocto



More information about the eclipse-yocto mailing list