summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-12-05 10:28:50 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-12-23 23:05:56 +0000
commit6a6951f15a28e38c707c782b501a2fd4bb1d8645 (patch)
treeb0120e6ce7f205afaad7011cc9710af56fc26f6f /meta
parentc3cbb34a8b8c3dcac23bab3864a39654c69c067c (diff)
downloadpoky-6a6951f15a28e38c707c782b501a2fd4bb1d8645.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: 1e65bfb5806c56e6ebb9244a5a71069ae2dbb498) 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>
Diffstat (limited to 'meta')
-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 \
12DEPENDS = "gmp autoconf-archive" 12DEPENDS = "gmp autoconf-archive"
13 13
14SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz" 14SRC_URI = "https://www.mpfr.org/mpfr-${PV}/mpfr-${PV}.tar.xz"
15SRC_URI[sha256sum] = "0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f" 15SRC_URI[sha256sum] = "ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d"
16 16
17UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/" 17UPSTREAM_CHECK_URI = "http://www.mpfr.org/mpfr-current/"
18 18