diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-05 10:28:50 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-23 23:05:50 +0000 |
commit | 531d6fe602b68a69ab83ece99bb9d5bd27edceb9 (patch) | |
tree | 6728e5c5c59343acfa038b2aeb56c7ef0c684fea | |
parent | c5cdf68773a7d2517bd73071cfddaf60a718942e (diff) | |
download | poky-531d6fe602b68a69ab83ece99bb9d5bd27edceb9.tar.gz |
mpfr: upgrade 4.1.0 -> 4.1.1
Changelog:
=========
- Bug fixes (see <https://www.mpfr.org/mpfr-4.1.0/#fixed> and/or the
ChangeLog file), in particular for macros implementing functions.
- Improved manual formatting.
(From OE-Core rev: 9977278a12d6bc0b811077fa19c64b80e793a33d)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit f733eddc428cf9537f97cb91025b73dd1fdea932)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/mpfr/mpfr_4.1.1.bb (renamed from meta/recipes-support/mpfr/mpfr_4.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/mpfr/mpfr_4.1.0.bb b/meta/recipes-support/mpfr/mpfr_4.1.1.bb index 2121dad57c..f531a88961 100644 --- a/meta/recipes-support/mpfr/mpfr_4.1.0.bb +++ b/meta/recipes-support/mpfr/mpfr_4.1.1.bb | |||
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464 \ | |||
12 | DEPENDS = "gmp autoconf-archive" | 12 | DEPENDS = "gmp autoconf-archive" |
13 | 13 | ||
14 | SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" | 14 | SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" |
15 | SRC_URI[sha256sum] = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" | 15 | SRC_URI[sha256sum] = "ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" | 17 | UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" |
18 | 18 | ||