summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/mpfr
diff options
context:
space:
mode:
authorStefan Müller-Klieser <s.mueller-klieser@phytec.de>2019-11-25 22:54:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-12-06 14:41:28 +0000
commit820c10e689d73a1581183bb1518d6220e222bec6 (patch)
treeb6640e14146823906199e48ebbd75a9787a868f0 /meta/recipes-support/mpfr
parent5cffb2c37bb22a37c9b09ea58b5cb535c100b2c5 (diff)
downloadpoky-820c10e689d73a1581183bb1518d6220e222bec6.tar.gz
recipes: change SRC_URI to use https
Change all recipes to https where we get an http 301 permanent redirect. (From OE-Core rev: e514acda9e12bccde6d3974e0fd1a37b3837191a) Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/mpfr')
-rw-r--r--meta/recipes-support/mpfr/mpfr_4.0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_4.0.2.bb b/meta/recipes-support/mpfr/mpfr_4.0.2.bb
index 03059174ee..00c2dc2fe9 100644
--- a/meta/recipes-support/mpfr/mpfr_4.0.2.bb
+++ b/meta/recipes-support/mpfr/mpfr_4.0.2.bb
@@ -1,5 +1,5 @@
1SUMMARY = "C library for multiple-precision floating-point computations with exact rounding" 1SUMMARY = "C library for multiple-precision floating-point computations with exact rounding"
2HOMEPAGE = "http://www.mpfr.org/" 2HOMEPAGE = "https://www.mpfr.org/"
3LICENSE = "LGPLv3+" 3LICENSE = "LGPLv3+"
4SECTION = "devel" 4SECTION = "devel"
5 5
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \
10 " 10 "
11DEPENDS = "gmp autoconf-archive" 11DEPENDS = "gmp autoconf-archive"
12 12
13SRC_URI = "http://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" 13SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"
14SRC_URI[md5sum] = "320fbc4463d4c8cb1e566929d8adc4f8" 14SRC_URI[md5sum] = "320fbc4463d4c8cb1e566929d8adc4f8"
15SRC_URI[sha256sum] = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" 15SRC_URI[sha256sum] = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a"
16 16