[oe-commits] [openembedded-core] 08/17: mpfr: Update SRC_URI to use gnu

git at git.openembedded.org git at git.openembedded.org
Mon May 7 14:58:11 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch pyro
in repository openembedded-core.

commit 90e50ec8033051367f0c649e354ddf0107be3231
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Thu Apr 19 08:49:40 2018 -0700

    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
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-support/mpfr/mpfr_3.1.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/mpfr/mpfr_3.1.5.bb b/meta/recipes-support/mpfr/mpfr_3.1.5.bb
index 2d59c4a..1b56f2c 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 \
 		    file://COPYING.LESSER;md5=6a6a8e020838b23406c81b19c1d46df6"
 DEPENDS = "gmp"
 
-SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz \
+SRC_URI = "https://ftp.gnu.org/gnu/${BPN}/mpfr-${PV}.tar.xz \
            file://long-long-thumb.patch \
            "
 SRC_URI[md5sum] = "c4ac246cf9795a4491e7766002cd528f"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list