[meta-oe] fmt: upgrade 8.0.1 -> 8.1.1

Message ID 1642725351-24004-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] fmt: upgrade 8.0.1 -> 8.1.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 21, 2022, 12:35 a.m. UTC
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 <wangmy@fujitsu.com>
---
 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%)

Comments

Khem Raj Jan. 24, 2022, 7:18 p.m. UTC | #1
since we use external fmt in spdlog this update regresses gerbera see
https://errors.yoctoproject.org/Errors/Details/623452/

On Thu, Jan 20, 2022 at 4:36 PM wangmy <wangmy@fujitsu.com> wrote:
>
> 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 <wangmy@fujitsu.com>
> ---
>  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 ee14ad55b..c53dd3890 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"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#94963): https://lists.openembedded.org/g/openembedded-devel/message/94963
> Mute This Topic: https://lists.openembedded.org/mt/88573659/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>

Patch

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 ee14ad55b..c53dd3890 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"