From patchwork Mon Feb 8 19:07:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [oe] gmp: use GNU_MIRROR Date: Mon, 08 Feb 2010 09:07:57 -0000 From: Bernhard Reutner-Fischer X-Patchwork-Id: 1547 Message-Id: <1265656077-12327-1-git-send-email-rep.dot.nop@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Bernhard Reutner-Fischer --- recipes/gmp/gmp.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/recipes/gmp/gmp.inc b/recipes/gmp/gmp.inc index 71ea128..3771e80 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"