diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-11 12:04:12 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-11 12:04:12 +0000 |
commit | 96aeec41bcc1f34f124dc8d8326ccacfc145106e (patch) | |
tree | 6e36389c6a3b986efa5372d3acaa15520e9a8d8b /meta/recipes-devtools/gcc/gcc-common.inc | |
parent | 8e93b533ab6da5500b2eda7c81f35b4f8cf17e2e (diff) | |
download | poky-96aeec41bcc1f34f124dc8d8326ccacfc145106e.tar.gz |
meta: Update mirror urls to new format and update yocto project urls
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 1e9c65e662..a3fa234422 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -25,12 +25,12 @@ SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" | |||
25 | 25 | ||
26 | DEBIANNAME_libgcc = "libgcc1" | 26 | DEBIANNAME_libgcc = "libgcc1" |
27 | 27 | ||
28 | MIRRORS_prepend () { | 28 | MIRRORS =+ "\ |
29 | ${GNU_MIRROR}/gcc/releases/ ftp://gcc.gnu.org/pub/gcc/releases/ | 29 | ${GNU_MIRROR}/gcc/releases/ ftp://gcc.gnu.org/pub/gcc/releases/ \n \ |
30 | ${GNU_MIRROR}/gcc/ http://mirrors.rcn.net/pub/sourceware/gcc/releases/ | 30 | ${GNU_MIRROR}/gcc/ http://mirrors.rcn.net/pub/sourceware/gcc/releases/ \n \ |
31 | ${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/ | 31 | ${GNU_MIRROR}/gcc/releases/ http://gcc.get-software.com/releases/ \n \ |
32 | ${GNU_MIRROR}/gcc/ http://gcc.get-software.com/releases/ | 32 | ${GNU_MIRROR}/gcc/ http://gcc.get-software.com/releases/ \n \ |
33 | } | 33 | " |
34 | 34 | ||
35 | # | 35 | # |
36 | # Set some default values | 36 | # Set some default values |