summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.2.2.inc
diff options
context:
space:
mode:
authorTom Rini <trini@embeddedalley.com>2009-04-02 17:09:11 -0700
committerTom Rini <trini@embeddedalley.com>2009-04-02 17:09:11 -0700
commite053ff45acfa098921fc7e8c124ae0d96ed33750 (patch)
tree025e7c89567bade839b2bbd37d61328cb4afd2d0 /recipes/gcc/gcc-4.2.2.inc
parentf318163737b321667024e7e3f053467c967e60b1 (diff)
downloadopenembedded-e053ff45acfa098921fc7e8c124ae0d96ed33750.tar.gz
gcc: Fix 4.1.[012], 4.2.[1234] and 4.3.[123] SRC_URI to use ${GNU_MIRROR} and update checksums.ini
This fixes a big problem with 4.3.3 as it wasn't using ftp.gnu.org but an alternate mirror that's gone away. Since I had to fix one I noticed others not calling ${GNU_MIRROR} but ftp.gnu.org. Also a few weren't using ${PV}, so use that too.
Diffstat (limited to 'recipes/gcc/gcc-4.2.2.inc')
-rw-r--r--recipes/gcc/gcc-4.2.2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.2.2.inc b/recipes/gcc/gcc-4.2.2.inc
index 0f4de3cdc7..f5878123ed 100644
--- a/recipes/gcc/gcc-4.2.2.inc
+++ b/recipes/gcc/gcc-4.2.2.inc
@@ -2,7 +2,7 @@ require gcc-common.inc
DEPENDS = "mpfr gmp"
-SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
+SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://100-uclibc-conf.patch;patch=1 \
file://103-uclibc-conf-noupstream.patch;patch=1 \
file://200-uclibc-locale.patch;patch=1 \