diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-02 17:09:11 -0700 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-04-02 17:09:11 -0700 |
commit | e053ff45acfa098921fc7e8c124ae0d96ed33750 (patch) | |
tree | 025e7c89567bade839b2bbd37d61328cb4afd2d0 /recipes/gcc/gcc-4.1.2.inc | |
parent | f318163737b321667024e7e3f053467c967e60b1 (diff) |
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.1.2.inc')
-rw-r--r-- | recipes/gcc/gcc-4.1.2.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.1.2.inc b/recipes/gcc/gcc-4.1.2.inc index 614e2bb421..7ffb9ce738 100644 --- a/recipes/gcc/gcc-4.1.2.inc +++ b/recipes/gcc/gcc-4.1.2.inc @@ -2,7 +2,7 @@ require gcc-common.inc DEPENDS = "mpfr gmp" -SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz2 \ +SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ file://110-arm-eabi.patch;patch=1 \ file://200-uclibc-locale.patch;patch=1 \ |