diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-15 09:44:41 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-17 08:17:18 +0100 |
commit | 1336a6af7762adec6c7b05c30afb2a1f21445dc7 (patch) | |
tree | 0c14b1e2546f6af3e9de2f8d401e818b0fdfef8a | |
parent | f334384df99a03e17c2a57809ab3c556f162ecd6 (diff) | |
download | poky-1336a6af7762adec6c7b05c30afb2a1f21445dc7.tar.gz |
mpfr: upgrade 4.0.2 -> 4.1.0
(From OE-Core rev: 15b2c666cbffa8de040561b9d5e70793d147d1e9)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/mpfr/mpfr_4.1.0.bb (renamed from meta/recipes-support/mpfr/mpfr_4.0.2.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_4.0.2.bb b/meta/recipes-support/mpfr/mpfr_4.1.0.bb index 00c2dc2fe9..82b5516f26 100644 --- a/meta/recipes-support/mpfr/mpfr_4.0.2.bb +++ b/meta/recipes-support/mpfr/mpfr_4.1.0.bb | |||
@@ -11,8 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ | |||
11 | DEPENDS = "gmp autoconf-archive" | 11 | DEPENDS = "gmp autoconf-archive" |
12 | 12 | ||
13 | SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" | 13 | SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" |
14 | SRC_URI[md5sum] = "320fbc4463d4c8cb1e566929d8adc4f8" | 14 | SRC_URI[sha256sum] = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" |
15 | SRC_URI[sha256sum] = "1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a" | ||
16 | 15 | ||
17 | UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" | 16 | UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" |
18 | 17 | ||