Message ID | 20240827052354.1319810-7-alex.kanavin@gmail.com |
---|---|
State | Accepted, archived |
Commit | f2d7d6ebeee9ef83ba6dde53f188e06e5c6a4941 |
Headers | show |
Series | [01/34] selftest: always tweak ERROR_QA/WARN_QA per package | expand |
breaks mariadb-native - https://errors.yoctoproject.org/Errors/Details/800105/ gerbera - https://errors.yoctoproject.org/Errors/Details/800106/ On Mon, Aug 26, 2024 at 10:24 PM Alexander Kanavin via lists.openembedded.org <alex.kanavin=gmail.com@lists.openembedded.org> wrote: > > From: Alexander Kanavin <alex@linutronix.de> > > Signed-off-by: Alexander Kanavin <alex@linutronix.de> > --- > meta/recipes-devtools/fmt/{fmt_10.2.1.bb => fmt_11.0.2.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta/recipes-devtools/fmt/{fmt_10.2.1.bb => fmt_11.0.2.bb} (77%) > > diff --git a/meta/recipes-devtools/fmt/fmt_10.2.1.bb b/meta/recipes-devtools/fmt/fmt_11.0.2.bb > similarity index 77% > rename from meta/recipes-devtools/fmt/fmt_10.2.1.bb > rename to meta/recipes-devtools/fmt/fmt_11.0.2.bb > index 1437eb48034..5a7041088cd 100644 > --- a/meta/recipes-devtools/fmt/fmt_10.2.1.bb > +++ b/meta/recipes-devtools/fmt/fmt_11.0.2.bb > @@ -4,8 +4,8 @@ HOMEPAGE = "https://fmt.dev" > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" > > -SRC_URI = "git://github.com/fmtlib/fmt;branch=10.x;protocol=https" > -SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281" > +SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" > +SRCREV = "0c9fce2ffefecfdce794e1859584e25877b7b592" > > S = "${WORKDIR}/git" > > -- > 2.39.2 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#203782): https://lists.openembedded.org/g/openembedded-core/message/203782 > Mute This Topic: https://lists.openembedded.org/mt/108118408/1997914 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta/recipes-devtools/fmt/fmt_10.2.1.bb b/meta/recipes-devtools/fmt/fmt_11.0.2.bb similarity index 77% rename from meta/recipes-devtools/fmt/fmt_10.2.1.bb rename to meta/recipes-devtools/fmt/fmt_11.0.2.bb index 1437eb48034..5a7041088cd 100644 --- a/meta/recipes-devtools/fmt/fmt_10.2.1.bb +++ b/meta/recipes-devtools/fmt/fmt_11.0.2.bb @@ -4,8 +4,8 @@ HOMEPAGE = "https://fmt.dev" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b9257785fc4f3803a4b71b76c1412729" -SRC_URI = "git://github.com/fmtlib/fmt;branch=10.x;protocol=https" -SRCREV = "e69e5f977d458f2650bb346dadf2ad30c5320281" +SRC_URI = "git://github.com/fmtlib/fmt;branch=master;protocol=https" +SRCREV = "0c9fce2ffefecfdce794e1859584e25877b7b592" S = "${WORKDIR}/git"