From: Wang Mingyu <[email protected]>

Changelog:
==========
Added formatters for std::atomic and atomic_flag (#3574, #3594).
Fixed an error about partial specialization of formatter<string> after 
instantiation when compiled with gcc and C++20 (#3584).
Fixed compilation as a C++20 module with gcc and clang (#3587, #3597, #3605).
Made fmt::to_string work with types that have format_as overloads (#3575).
Made formatted_size work with integral format specifiers at compile time 
(#3591).
Fixed a warning about the no_unique_address attribute on clang-cl (#3599).
Improved compatibility with the legacy GBK encoding (#3598, #3599).
Added OpenSSF Scorecard analysis (#3530, #3571).
Updated CI dependencies

Signed-off-by: Wang Mingyu <[email protected]>
---
 meta-oe/recipes-support/fmt/{fmt_10.1.0.bb => fmt_10.1.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/fmt/{fmt_10.1.0.bb => fmt_10.1.1.bb} (90%)

diff --git a/meta-oe/recipes-support/fmt/fmt_10.1.0.bb 
b/meta-oe/recipes-support/fmt/fmt_10.1.1.bb
similarity index 90%
rename from meta-oe/recipes-support/fmt/fmt_10.1.0.bb
rename to meta-oe/recipes-support/fmt/fmt_10.1.1.bb
index f8d7edcdfe..d6706d3e7a 100644
--- a/meta-oe/recipes-support/fmt/fmt_10.1.0.bb
+++ b/meta-oe/recipes-support/fmt/fmt_10.1.1.bb
@@ -5,7 +5,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b9257785fc4f3803a4b71b76c1412729"
 
 SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https"
-SRCREV = "e57ca2e3685b160617d3d95fcd9e789c4e06ca88"
+SRCREV = "f5e54359df4c26b6230fc61d38aa294581393084"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#104733): 
https://lists.openembedded.org/g/openembedded-devel/message/104733
Mute This Topic: https://lists.openembedded.org/mt/101185004/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to