diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-09-06 09:52:45 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-07 08:22:43 -0700 |
| commit | abb9805e9dd054e71ace66ed99fb7954aea98670 (patch) | |
| tree | 3b1bdc1ffcfd3ae7e482caff2ab5ebab7372fcbb /meta-oe | |
| parent | f392e0ce11b2fa2eee40bc73a3477d5fac8c6d6c (diff) | |
| download | meta-openembedded-abb9805e9dd054e71ace66ed99fb7954aea98670.tar.gz | |
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<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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-support/fmt/fmt_10.1.1.bb (renamed from meta-oe/recipes-support/fmt/fmt_10.1.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/fmt/fmt_10.1.0.bb b/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" | |||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b9257785fc4f3803a4b71b76c1412729" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.rst;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 = "e57ca2e3685b160617d3d95fcd9e789c4e06ca88" | 8 | SRCREV = "f5e54359df4c26b6230fc61d38aa294581393084" |
| 9 | 9 | ||
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
