diff mbox series

[meta-oe] libsimplelog: Clean up code

Message ID 20250428173922.43331-1-nguyenthaithuanalg@gmail.com
State New
Headers show
Series [meta-oe] libsimplelog: Clean up code | expand

Commit Message

Thuận Nguyễn-Thái April 28, 2025, 5:39 p.m. UTC
1. Add "simplelog-topic.md" designation.

2. Fix warning in building.

3. "-Werror=format".

Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
---
 meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Khem Raj April 28, 2025, 9:15 p.m. UTC | #1
Please rebase and squash the code on master branch or master-next branch

On Mon, Apr 28, 2025 at 11:06 AM Thuận Nguyễn-Thái via
lists.openembedded.org
<nguyenthaithuanalg=gmail.com@lists.openembedded.org> wrote:
>
> 1. Add "simplelog-topic.md" designation.
>
> 2. Fix warning in building.
>
> 3. "-Werror=format".
>
> Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
> ---
>  meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> index 764425dbc..8acf50fe8 100644
> --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
>
>  SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https"
>
> -PV = "1.0.5+git"
> -SRCREV = "fa8c68f8dfcf72adb346f1f4d6dfad02829052b5"
> +PV = "1.0.6+git"
> +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.47.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117200): https://lists.openembedded.org/g/openembedded-devel/message/117200
> Mute This Topic: https://lists.openembedded.org/mt/112505202/1997914
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [raj.khem@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Martin Jansa April 29, 2025, 9 a.m. UTC | #2
It's correctly updated in
https://lists.openembedded.org/g/openembedded-devel/message/117210

but maybe next time move it to one of existing recipes-* directories
instead of recipes-libsimplelog which is used only for this.

On Mon, Apr 28, 2025 at 11:16 PM Khem Raj via lists.openembedded.org
<raj.khem=gmail.com@lists.openembedded.org> wrote:
>
> Please rebase and squash the code on master branch or master-next branch
>
> On Mon, Apr 28, 2025 at 11:06 AM Thuận Nguyễn-Thái via
> lists.openembedded.org
> <nguyenthaithuanalg=gmail.com@lists.openembedded.org> wrote:
> >
> > 1. Add "simplelog-topic.md" designation.
> >
> > 2. Fix warning in building.
> >
> > 3. "-Werror=format".
> >
> > Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
> > ---
> >  meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> > index 764425dbc..8acf50fe8 100644
> > --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> > +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> > @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
> >
> >  SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https"
> >
> > -PV = "1.0.5+git"
> > -SRCREV = "fa8c68f8dfcf72adb346f1f4d6dfad02829052b5"
> > +PV = "1.0.6+git"
> > +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d"
> >
> >  S = "${WORKDIR}/git"
> >
> > --
> > 2.47.1
> >
> >
> >
> >
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#117204): https://lists.openembedded.org/g/openembedded-devel/message/117204
> Mute This Topic: https://lists.openembedded.org/mt/112505202/3617156
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [martin.jansa@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Thuận Nguyễn-Thái April 29, 2025, 10:23 a.m. UTC | #3
Hi Martin,
Thank you for the hint. I noted.
Best regards,
Thuan

On Tue, Apr 29, 2025 at 4:01 PM Martin Jansa <martin.jansa@gmail.com> wrote:

> It's correctly updated in
> https://lists.openembedded.org/g/openembedded-devel/message/117210
>
> but maybe next time move it to one of existing recipes-* directories
> instead of recipes-libsimplelog which is used only for this.
>
> On Mon, Apr 28, 2025 at 11:16 PM Khem Raj via lists.openembedded.org
> <raj.khem=gmail.com@lists.openembedded.org> wrote:
> >
> > Please rebase and squash the code on master branch or master-next branch
> >
> > On Mon, Apr 28, 2025 at 11:06 AM Thuận Nguyễn-Thái via
> > lists.openembedded.org
> > <nguyenthaithuanalg=gmail.com@lists.openembedded.org> wrote:
> > >
> > > 1. Add "simplelog-topic.md" designation.
> > >
> > > 2. Fix warning in building.
> > >
> > > 3. "-Werror=format".
> > >
> > > Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
> > > ---
> > >  meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb | 4
> ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > >
> > > diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/
> libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/
> libsimplelog_git.bb
> > > index 764425dbc..8acf50fe8 100644
> > > --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> > > +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
> > > @@ -7,8 +7,8 @@ LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
> > >
> > >  SRC_URI = "git://
> github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https"
> > >
> > > -PV = "1.0.5+git"
> > > -SRCREV = "fa8c68f8dfcf72adb346f1f4d6dfad02829052b5"
> > > +PV = "1.0.6+git"
> > > +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d"
> > >
> > >  S = "${WORKDIR}/git"
> > >
> > > --
> > > 2.47.1
> > >
> > >
> > >
> > >
> >
> > 
> >
>
diff mbox series

Patch

diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
index 764425dbc..8acf50fe8 100644
--- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
+++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb
@@ -7,8 +7,8 @@  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
 
 SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https"
 
-PV = "1.0.5+git"
-SRCREV = "fa8c68f8dfcf72adb346f1f4d6dfad02829052b5"
+PV = "1.0.6+git"
+SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d"
 
 S = "${WORKDIR}/git"