From: Bernhard Reutner-Fischer Date: Mon, 8 Feb 2010 09:07:57 +0000 (+0000) Subject: gmp: use GNU_MIRROR in SRC_URI X-Git-Tag: Release-2010-05/1~512 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a39c2264ebf81a6f7d7573ecaef7005862da881;p=openembedded.git gmp: use GNU_MIRROR in SRC_URI Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Khem Raj --- 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"