From abb9805e9dd054e71ace66ed99fb7954aea98670 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 6 Sep 2023 09:52:45 +0800 Subject: [PATCH] fmt: upgrade 10.1.0 -> 10.1.1 Changelog: ========== Added formatters for std::atomic and atomic_flag (#3574, #3594). Fixed an error about partial specialization of formatter 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 Signed-off-by: Khem Raj --- 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"