diff mbox series

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

Message ID 20220926193424.427667-1-wak@google.com
State Under Review
Headers show
Series [meta-oe] fmt: upgrade 8.1.1 -> 9.1.0 | expand

Commit Message

William Kennington Sept. 26, 2022, 7:34 p.m. UTC
Signed-off-by: William A. Kennington III <wak@google.com>
---
 meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.1.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.1.0.bb} (90%)

Comments

Khem Raj Sept. 26, 2022, 10:14 p.m. UTC | #1
On 9/26/22 12:34 PM, William A. Kennington III via 
lists.openembedded.org wrote:
> Signed-off-by: William A. Kennington III <wak@google.com>
> ---
>   meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.1.0.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.1.0.bb} (90%)
> 
> diff --git a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb b/meta-oe/recipes-support/fmt/fmt_9.1.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.1.0.bb
> index c53dd3890..34896153c 100644
> --- a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
> +++ b/meta-oe/recipes-support/fmt/fmt_9.1.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 = "a33701196adfad74917046096bf5a2aa0ab0bb50"
>   
>   S = "${WORKDIR}/git"


thanks for patch, similar patch has been proposed in past and it ended 
with a build regression see

https://lists.openembedded.org/g/openembedded-devel/message/98535?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Cfmt%2C20%2C2%2C0%2C93321367

can you check if this regression is addressed ?

>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#98955): https://lists.openembedded.org/g/openembedded-devel/message/98955
> Mute This Topic: https://lists.openembedded.org/mt/93935031/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Khem Raj Sept. 30, 2022, 10:13 p.m. UTC | #2
I am seeing a. build failure with clang/x86

https://errors.yoctoproject.org/Errors/Details/672380/

On Mon, Sep 26, 2022 at 3:14 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> On 9/26/22 12:34 PM, William A. Kennington III via
> lists.openembedded.org wrote:
> > Signed-off-by: William A. Kennington III <wak@google.com>
> > ---
> >   meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.1.0.bb} | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >   rename meta-oe/recipes-support/fmt/{fmt_8.1.1.bb => fmt_9.1.0.bb} (90%)
> >
> > diff --git a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb b/meta-oe/recipes-support/fmt/fmt_9.1.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.1.0.bb
> > index c53dd3890..34896153c 100644
> > --- a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
> > +++ b/meta-oe/recipes-support/fmt/fmt_9.1.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 = "a33701196adfad74917046096bf5a2aa0ab0bb50"
> >
> >   S = "${WORKDIR}/git"
>
>
> thanks for patch, similar patch has been proposed in past and it ended
> with a build regression see
>
> https://lists.openembedded.org/g/openembedded-devel/message/98535?p=%2C%2C%2C20%2C0%2C0%2C0%3A%3Acreated%2C0%2Cfmt%2C20%2C2%2C0%2C93321367
>
> can you check if this regression is addressed ?
>
> >
> >
> >
> >
> > -=-=-=-=-=-=-=-=-=-=-=-
> > Links: You receive all messages sent to this group.
> > View/Reply Online (#98955): https://lists.openembedded.org/g/openembedded-devel/message/98955
> > Mute This Topic: https://lists.openembedded.org/mt/93935031/1997914
> > Group Owner: openembedded-devel+owner@lists.openembedded.org
> > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> > -=-=-=-=-=-=-=-=-=-=-=-
> >
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb b/meta-oe/recipes-support/fmt/fmt_9.1.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.1.0.bb
index c53dd3890..34896153c 100644
--- a/meta-oe/recipes-support/fmt/fmt_8.1.1.bb
+++ b/meta-oe/recipes-support/fmt/fmt_9.1.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 = "a33701196adfad74917046096bf5a2aa0ab0bb50"
 
 S = "${WORKDIR}/git"