[yocto] [eclipse-poky][PATCH] setup.sh: change TM mirror url

Tim Orling timothy.t.orling at linux.intel.com
Wed Aug 3 12:59:31 PDT 2016


It makes more sense to have everything related to eclipse in one
directory under http://downloads.yoctoproject.org/eclipse so
move tm/ to be a subdirectory of eclipse/

Signed-off-by: Tim Orling <timothy.t.orling at linux.intel.com>
---
 scripts/setup.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/setup.sh b/scripts/setup.sh
index 8b2ccd6..233309f 100755
--- a/scripts/setup.sh
+++ b/scripts/setup.sh
@@ -227,7 +227,7 @@ then
         TM_SITE="http://download.eclipse.org/tm/updates/4.0/GA"
 else
         MAIN_SITE="http://downloads.yoctoproject.org/eclipse/mars/"
-        TM_SITE="http://downloads.yoctoproject.org/tm/updates/4.0/"
+        TM_SITE="http://downloads.yoctoproject.org/eclipse/tm/updates/4.0/"
         DEPRECATED_SITE="http://downloads.yoctoproject.org/eclipse/luna/ftp.osuosl.org/pub/eclipse/releases/luna"
 fi
 
-- 
2.7.4




More information about the yocto mailing list