diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-03-22 11:45:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-23 15:44:02 +0000 |
commit | bc7967f04161c90bd105e8e9921c55877bbbd114 (patch) | |
tree | 37f59436d383ca6ee04bcdad2821d95e112bfcb2 /meta/recipes-support/gmp | |
parent | 92e8ef0c10e2cf1b71ba5440f3ca918a26fded27 (diff) | |
download | poky-bc7967f04161c90bd105e8e9921c55877bbbd114.tar.gz |
Various: Switch to using GNU_MIRROR
(From OE-Core rev: bd9e899d1b07813c78f2dc2e5c46a67937839065)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r-- | meta/recipes-support/gmp/gmp.inc | 2 | ||||
-rw-r--r-- | meta/recipes-support/gmp/gmp_4.2.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc index 6b56f7e7c8..66349e6e21 100644 --- a/meta/recipes-support/gmp/gmp.inc +++ b/meta/recipes-support/gmp/gmp.inc | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "GNU multiprecision arithmetic library" | |||
3 | HOMEPAGE = "http://www.swox.com/gmp/" | 3 | HOMEPAGE = "http://www.swox.com/gmp/" |
4 | LICENSE = "GPLv3 LGPLv3" | 4 | LICENSE = "GPLv3 LGPLv3" |
5 | 5 | ||
6 | SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \ | 6 | SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2 \ |
7 | file://configure.patch \ | 7 | file://configure.patch \ |
8 | file://amd64.patch " | 8 | file://amd64.patch " |
9 | 9 | ||
diff --git a/meta/recipes-support/gmp/gmp_4.2.1.bb b/meta/recipes-support/gmp/gmp_4.2.1.bb index d70dcf2665..74da6b8b1c 100644 --- a/meta/recipes-support/gmp/gmp_4.2.1.bb +++ b/meta/recipes-support/gmp/gmp_4.2.1.bb | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=892f569a555ba9c07a568a7c0c4fa63a \ | |||
8 | file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" | 8 | file://gmp-h.in;startline=6;endline=21;md5=5e25ffd16996faba8c1cd27b04b16099" |
9 | PR = "r0" | 9 | PR = "r0" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/${BP}.tar.bz2 \ | 11 | SRC_URI = "${GNU_MIRROR}/gmp/${BP}.tar.bz2 \ |
12 | file://disable-stdc.patch" | 12 | file://disable-stdc.patch" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |