summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Grandin <grandinp@altern.org>2017-01-12 11:37:51 -0800
committerPierre Grandin <grandinp@altern.org>2017-01-12 11:37:51 -0800
commit495f69c513d573bbf14699b3a83dc820e7450342 (patch)
tree00dabebb529e1cd3ef4fcd795ee59cd13dcf6191
parent51e059a359b52941a3a178fef1402c2f81ba7f8e (diff)
downloadnavit-495f69c513d573bbf14699b3a83dc820e7450342.tar.gz
Fix:Tomtom:Switching to mirrored toolchain
-rw-r--r--ci/build_tomtom_minimal.sh2
-rw-r--r--ci/build_tomtom_plugin.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/ci/build_tomtom_minimal.sh b/ci/build_tomtom_minimal.sh
index 8eef9a351..d03d27411 100644
--- a/ci/build_tomtom_minimal.sh
+++ b/ci/build_tomtom_minimal.sh
@@ -37,7 +37,7 @@ mkdir -p ~/tomtom_assets
if ! [ -e "~/tomtom_assets/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz" ]
then
- wget -nv -c http://www.tomtom.com/gpl/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz -P ~/tomtom_assets
+ wget -nv -c https://github.com/navit-gps/dependencies/raw/master/tomtom/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz -P ~/tomtom_assets
fi
if ! test -f "~/tomtom_assets/libpng-1.6.28.tar.gz"
diff --git a/ci/build_tomtom_plugin.sh b/ci/build_tomtom_plugin.sh
index 2bdc9f5ec..8c8735c2f 100644
--- a/ci/build_tomtom_plugin.sh
+++ b/ci/build_tomtom_plugin.sh
@@ -36,7 +36,7 @@ mkdir -p ~/tomtom_assets
if ! [ -e "~/tomtom_assets/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz" ]
then
- wget -nv -c http://www.tomtom.com/gpl/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz -P ~/tomtom_assets
+ wget -nv -c https://github.com/navit-gps/dependencies/raw/master/tomtom/toolchain_redhat_gcc-3.3.4_glibc-2.3.2-20060131a.tar.gz -P ~/tomtom_assets
fi
if ! test -f "~/tomtom_assets/libpng-1.6.28.tar.gz"