diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-04 17:08:48 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-03-06 11:16:46 +0000 |
| commit | 0659e4df6ba8e2f905fa418d324020baf0a2536b (patch) | |
| tree | 2be01d80e539a49117066b653f0a4642c1270335 /meta/recipes-devtools | |
| parent | 69ec94eafa7131d8d0c1a20108a4d8435c9933d7 (diff) | |
| download | poky-0659e4df6ba8e2f905fa418d324020baf0a2536b.tar.gz | |
fmt: upgrade 11.1.3 -> 11.1.4
Changelog:
===========
- Fixed ABI compatibility with earlier 11.x versions on Windows
- Improved the logic of switching between fixed and exponential format for float
- Moved is_compiled_string to the public API
- Simplified implementation of operator""_cf
- Fixed __builtin_strlen detection
- Fixed handling of BMI paths with the Ninja generator
- Fixed gcc 8.3 compile errors
- Fixed a bogus MSVC warning
(From OE-Core rev: 2f6bb073c6dd5e0ed64d161acc37d465c5fc2302)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
| -rw-r--r-- | meta/recipes-devtools/fmt/fmt_11.1.4.bb (renamed from meta/recipes-devtools/fmt/fmt_11.1.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/fmt/fmt_11.1.3.bb b/meta/recipes-devtools/fmt/fmt_11.1.4.bb index 9a2ee396dd..7c860eb608 100644 --- a/meta/recipes-devtools/fmt/fmt_11.1.3.bb +++ b/meta/recipes-devtools/fmt/fmt_11.1.4.bb | |||
| @@ -5,7 +5,7 @@ LICENSE = "MIT" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" | 7 | SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" |
| 8 | SRCREV = "9cf9f38eded63e5e0fb95cd536ba51be601d7fa2" | 8 | SRCREV = "123913715afeb8a437e6388b4473fcc4753e1c9a" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
