Message ID | 20250415171446.21770-1-nguyenthaithuanalg@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-oe] libsimplelog: A new logging library for C89-C++20 | expand |
it fails in build QA step see https://errors.yoctoproject.org/Errors/Details/852535/ Please squash the patches together and send a single patch one you have fixed this issue On Tue, Apr 15, 2025 at 11:38 AM Thuận Nguyễn-Thái via lists.openembedded.org <nguyenthaithuanalg=gmail.com@lists.openembedded.org> wrote: > > - Edit released version: 1.0.3 > > Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> > --- > .../recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb > index 0415bf485..749085710 100644 > --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb > +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb > @@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" > > SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https" > > -# Modify these as desired > -PV = "1.0+git" > -SRCREV = "ff30ba71807db1d7e1962dd014c2bb0a060572a3" > +PV = "1.0.3+git" > +SRCREV = "c8d0155601522e53b62b09cbe2e5c635717ad068" > > S = "${WORKDIR}/git" > > -- > 2.47.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#116867): https://lists.openembedded.org/g/openembedded-devel/message/116867 > Mute This Topic: https://lists.openembedded.org/mt/112273596/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb index 0415bf485..749085710 100644 --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb @@ -7,9 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https" -# Modify these as desired -PV = "1.0+git" -SRCREV = "ff30ba71807db1d7e1962dd014c2bb0a060572a3" +PV = "1.0.3+git" +SRCREV = "c8d0155601522e53b62b09cbe2e5c635717ad068" S = "${WORKDIR}/git"
- Edit released version: 1.0.3 Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> --- .../recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)