diff options
author | Khem Raj <raj.khem@gmail.com> | 2015-01-26 22:56:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-29 15:36:51 +0000 |
commit | c55165e078b32a5393f6b3be13150c9629e144ab (patch) | |
tree | 94c95d1f161b072eabf4967fad9c1385c0df3427 | |
parent | dc11c0ee2b9182d45a5299ebcd42bf70cfec34b9 (diff) | |
download | poky-c55165e078b32a5393f6b3be13150c9629e144ab.tar.gz |
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
(From OE-Core rev: 70be13c9ce052c6a1bfb2978849ed5a2a7b5dd2d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | 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 6aedc85f58..558ee06799 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 | |||
4 | HOMEPAGE = "http://gmplib.org/" | 4 | HOMEPAGE = "http://gmplib.org/" |
5 | LICENSE = "GPLv3 LGPLv3" | 5 | LICENSE = "GPLv3 LGPLv3" |
6 | 6 | ||
7 | REVISION = "" | 7 | REVISION ?= "" |
8 | 8 | ||
9 | SRC_URI = "ftp://ftp.gmplib.org/pub/gmp-${PV}/gmp-${PV}${REVISION}.tar.bz2 \ | 9 | SRC_URI = "https://gmplib.org/download/${BPN}/${BP}${REVISION}.tar.bz2 \ |
10 | file://configure.patch \ | 10 | file://configure.patch \ |
11 | file://amd64.patch " | 11 | file://amd64.patch " |
12 | 12 | ||