]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
fmt: upgrade 11.1.3 -> 11.1.4
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 4 Mar 2025 09:08:48 +0000 (17:08 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Mar 2025 11:16:41 +0000 (11:16 +0000)
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

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>
meta/recipes-devtools/fmt/fmt_11.1.4.bb [moved from meta/recipes-devtools/fmt/fmt_11.1.3.bb with 90% similarity]

similarity index 90%
rename from meta/recipes-devtools/fmt/fmt_11.1.3.bb
rename to meta/recipes-devtools/fmt/fmt_11.1.4.bb
index 9a2ee396dda93e92ec0789546fb88710c28e18e0..7c860eb608732615a66eeb73f7de3d3989abf7a5 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729"
 
 SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
-SRCREV = "9cf9f38eded63e5e0fb95cd536ba51be601d7fa2"
+SRCREV = "123913715afeb8a437e6388b4473fcc4753e1c9a"
 
 S = "${WORKDIR}/git"