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

Message ID 1657177137-28347-2-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] fmt: upgrade 8.1.1 -> 9.0.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 7, 2022, 6:58 a.m. UTC
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.0.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.0.0.bb} (90%)

Comments

Khem Raj July 7, 2022, 3:24 p.m. UTC | #1
We need to fix these recipes to migrate to 9.x as well. I will hold
this patch until they are migrated

https://errors.yoctoproject.org/Errors/Build/148044/

On Thu, Jul 7, 2022 at 2:59 AM wangmy <wangmy@fujitsu.com> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.0.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.0.0.bb} (90%)
>
> diff --git a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb b/meta-oe/recipes-support/fmt/fmt_9.0.0.bb
> similarity index 90%
> rename from meta-oe/recipes-support/fmt/fmt_8.1.1.bb
> rename to meta-oe/recipes-support/fmt/fmt_9.0.0.bb
> index c53dd3890..fd37a1e0f 100644
> --- a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
> +++ b/meta-oe/recipes-support/fmt/fmt_9.0.0.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 = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9"
> +SRCREV = "c4ee726532178e556d923372f29163bd206d7732"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97738): https://lists.openembedded.org/g/openembedded-devel/message/97738
> Mute This Topic: https://lists.openembedded.org/mt/92223702/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.1.1.bb b/meta-oe/recipes-support/fmt/fmt_9.0.0.bb
similarity index 90%
rename from meta-oe/recipes-support/fmt/fmt_8.1.1.bb
rename to meta-oe/recipes-support/fmt/fmt_9.0.0.bb
index c53dd3890..fd37a1e0f 100644
--- a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
+++ b/meta-oe/recipes-support/fmt/fmt_9.0.0.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 = "b6f4ceaed0a0a24ccf575fab6c56dd50ccf6f1a9"
+SRCREV = "c4ee726532178e556d923372f29163bd206d7732"
 
 S = "${WORKDIR}/git"