[oe-commits] Khem Raj : gmp: Change the SRC_URI to reflect upstream changed location

git at git.openembedded.org git at git.openembedded.org
Thu Jan 29 15:37:13 UTC 2015


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

Author: Khem Raj <raj.khem at gmail.com>
Date:   Mon Jan 26 22:56:12 2015 -0800

gmp: Change the SRC_URI to reflect upstream changed location

This avoid warnings during parse though it gets it from
yocto mirrors builds dont fail.

Change-Id: Idc33d14802862196a2094ef712781530b8a9b35b
Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

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

diff --git a/meta/recipes-support/gmp/gmp.inc b/meta/recipes-support/gmp/gmp.inc
index 6aedc85..558ee06 100644
--- a/meta/recipes-support/gmp/gmp.inc
+++ b/meta/recipes-support/gmp/gmp.inc
@@ -4,9 +4,9 @@ DESCRIPTION = "GMP is a free library for arbitrary precision arithmetic, operati
 HOMEPAGE = "http://gmplib.org/"
 LICENSE = "GPLv3 LGPLv3"
 
-REVISION = ""
+REVISION ?= ""
 
-SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}${REVISION}.tar.bz2 \
+SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \
 	   file://configure.patch \
 	   file://amd64.patch "
 



More information about the Openembedded-commits mailing list