aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Dietze <mdietze@gmail.com>2013-02-23 11:43:21 +0100
committerMartin Dietze <mdietze@gmail.com>2013-03-02 17:27:29 +0100
commitcd82ff7b5f855aaa0d409b1cfb9b714aec76a5fb (patch)
tree6c0303d963a3522000e8e0eed32350c5a87f326a
parent0e9da8bdce19517f904252b289df1ff0d3aec309 (diff)
downloadopenembedded-cd82ff7b5f855aaa0d409b1cfb9b714aec76a5fb.tar.gz
binutils 2.16: hard-coded download-URL to avoid getting stuck at sunsite.ust.hk
-rw-r--r--recipes/binutils/binutils_2.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/binutils/binutils_2.16.bb b/recipes/binutils/binutils_2.16.bb
index 9035b44ada..af4914b41c 100644
--- a/recipes/binutils/binutils_2.16.bb
+++ b/recipes/binutils/binutils_2.16.bb
@@ -1,7 +1,7 @@
PR = "r10"
SRC_URI = \
- "${GNU_MIRROR}/binutils/binutils-${PV}.tar.bz2 \
+ http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \
file://ld_makefile.patch;patch=1 \
file://better_file_error.patch;patch=1 \
file://signed_char_fix.patch;patch=1 \