[oe-commits] Marko Lindqvist : gmp: update SRC_URI and HOMEPAGE

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 11:36:13 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 64dbe42e45fb5b02c7b06bcf40ae93aa37704ce4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=64dbe42e45fb5b02c7b06bcf40ae93aa37704ce4

Author: Marko Lindqvist <cazfi74 at gmail.com>
Date:   Wed Jan  2 20:37:09 2013 +0200

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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/gmp/gmp.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 789d6d0..823811f 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 "
 





More information about the Openembedded-commits mailing list