From fd4bb541479589e5fcce8f99d316c7a567a75cb5 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 21 Jan 2022 08:35:49 +0800 Subject: [PATCH] fmt: upgrade 8.0.1 -> 8.1.1 Changelog: ========= Restored ABI compatibility with version 8.0.x Fixed chrono formatting on big endian systems Fixed a linkage error with mingw Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/fmt/{fmt_8.0.1.bb => fmt_8.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/fmt/{fmt_8.0.1.bb => fmt_8.1.1.bb} (90%) diff --git a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb similarity index 90% rename from meta-oe/recipes-support/fmt/fmt_8.0.1.bb rename to meta-oe/recipes-support/fmt/fmt_8.1.1.bb index ee14ad55bc..c53dd38901 100644 --- a/meta-oe/recipes-support/fmt/fmt_8.0.1.bb +++ b/meta-oe/recipes-support/fmt/fmt_8.1.1.bb @@ -5,7 +5,7 @@ LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=af88d758f75f3c5c48a967501f24384b" SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" -SRCREV = "d141cdbeb0fb422a3fb7173b285fd38e0d1772dc" +SRCREV = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9" S = "${WORKDIR}/git"