]> code.ossystems Code Review - openembedded-core.git/commitdiff
gmp: Change the SRC_URI to reflect upstream changed location
authorKhem Raj <raj.khem@gmail.com>
Tue, 27 Jan 2015 06:56:12 +0000 (22:56 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Jan 2015 10:37:52 +0000 (10:37 +0000)
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@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/gmp/gmp.inc

index 6aedc85f584ff41334bcf64486201eb65caa0960..558ee06799cf887e0f4b8a7c1d9ac4e63db1d2a8 100644 (file)
@@ -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 "