aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gmp
diff options
context:
space:
mode:
authorMarko Lindqvist <cazfi74@gmail.com>2013-01-02 20:37:09 +0200
committerSaul Wold <sgw@linux.intel.com>2013-01-04 22:12:05 -0800
commit64dbe42e45fb5b02c7b06bcf40ae93aa37704ce4 (patch)
tree6f33823db5acc5fb8b86d83490e2fd21dbc68361 /meta/recipes-support/gmp
parent14fb53c398d7ce5d33c221655643ec51c3a92a6f (diff)
downloadopenembedded-core-64dbe42e45fb5b02c7b06bcf40ae93aa37704ce4.tar.gz
gmp: update SRC_URI and HOMEPAGE
Fetch from gmplib.org instead of gnu mirror. List gmplib.org as homepage instead of old broken URL. Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-support/gmp')
-rw-r--r--meta/recipes-support/gmp/gmp.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 789d6d07ff..823811fd51 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -1,9 +1,9 @@
SECTION = "devel"
DESCRIPTION = "GNU multiprecision arithmetic library"
-HOMEPAGE = "http://www.swox.com/gmp/"
+HOMEPAGE = "http://gmplib.org/"
LICENSE = "GPLv3 LGPLv3"
-SRC_URI = "${GNU_MIRROR}/gmp/gmp-${PV}.tar.bz2 \
+SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}.tar.bz2 \
file://configure.patch \
file://amd64.patch "