summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-19 08:49:40 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-03 09:53:49 +0100
commite635664e16c7b217721c0f50fe38c9ad34f5bd18 (patch)
tree9b65ec7a21af2acb49910df94fbc9e25b200ff6a /meta
parent66d56fd242a3a5d52bf71b31eabc84e8ae1ab8f8 (diff)
downloadpoky-e635664e16c7b217721c0f50fe38c9ad34f5bd18.tar.gz
mpfr: Update SRC_URI to use gnu
ERROR: mpfr-native-3.1.5-r0 do_checkuri: Fetcher failure for URL: 'http://www.mpfr.org/mpfr-3.1.5/mpfr-3.1.5.tar.xz'. URL http://www.mpfr.org/mpfr-3.1.5/mpfr-3.1.5.tar.xz doesn't work ERROR: mpfr-native-3.1.5-r0 do_checkuri: Function failed: do_checkuri Found gnu has the same copy (From OE-Core rev: ee3de1e4963ae56515be3a56b473f25ace286511) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/mpfr/mpfr_3.1.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_3.1.5.bb b/meta/recipes-support/mpfr/mpfr_3.1.5.bb
index 2d59c4a1be..1b56f2c066 100644
--- a/meta/recipes-support/mpfr/mpfr_3.1.5.bb
+++ b/meta/recipes-support/mpfr/mpfr_3.1.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
5 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6" 5 file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
6DEPENDS = "gmp" 6DEPENDS = "gmp"
7 7
8SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz \ 8SRC_URI = "https://ftp.gnu.org/gnu/${BPN}/mpfr-${PV}.tar.xz \
9 file://long-long-thumb.patch \ 9 file://long-long-thumb.patch \
10 " 10 "
11SRC_URI[md5sum] = "c4ac246cf9795a4491e7766002cd528f" 11SRC_URI[md5sum] = "c4ac246cf9795a4491e7766002cd528f"