summaryrefslogtreecommitdiffstats
path: root/recipes/gmp
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-02-08 09:07:57 +0000
committerKhem Raj <raj.khem@gmail.com>2010-02-10 13:00:26 -0800
commit2a39c2264ebf81a6f7d7573ecaef7005862da881 (patch)
treec91bf79f2d6a3c3224604fad1a353d220f80d985 /recipes/gmp
parent3f602f72f0936ef773aa4767636d41bb82ecf3b0 (diff)
downloadopenembedded-2a39c2264ebf81a6f7d7573ecaef7005862da881.tar.gz
gmp: use GNU_MIRROR in SRC_URI
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gmp')
-rw-r--r--recipes/gmp/gmp.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gmp/gmp.inc b/recipes/gmp/gmp.inc
index 71ea128bc5..3771e80a9b 100644
--- a/recipes/gmp/gmp.inc
+++ b/recipes/gmp/gmp.inc
@@ -3,7 +3,7 @@ DESCRIPTION = "GNU multiprecision arithmetic library"
HOMEPAGE = "http://www.swox.com/gmp/"
LICENSE = "GPL LGPL"
-SRC_URI = "ftp://ftp.gnu.org/gnu/gmp/gmp-${PV}.tar.bz2 \
+SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
file://amd64.patch;patch=1"