Message ID | 20250503135343.2207393-1-nguyenthaithuanalg@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] libsimplelog: Add a versatile C/C++ logger. | expand |
This recipe is already in the repository - make sure to make your changes on top of the latest revision of the master branch of the project. On 5/3/25 15:53, Thuận Nguyễn-Thái via lists.openembedded.org wrote: > - Simple, stable, powerful. > - Apply for embedded devices to PC, server. > > Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> > --- > .../libsimplelog/libsimplelog_1.0.6.bb | 19 +++++++++++++++++++ > 1 file changed, 19 insertions(+) > create mode 100644 meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb > > diff --git a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb > new file mode 100644 > index 000000000..c159492aa > --- /dev/null > +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb > @@ -0,0 +1,19 @@ > + > +SUMMARY = "simplelog-topc - Simple, STABLE, powerful of logging library in ANSI C/C++. Ready for billion records." > +DESCRIPTION = "Async and Fast C/C++ multi-thread logger with topics. No external dependencies." > +HOMEPAGE = "https://github.com/thuanalg/simplelog-topic" > +LICENSE = "MIT" > +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" > + > +SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v1.0.6" > + > +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" > + > +S = "${WORKDIR}/git" > + > +inherit cmake > + > +# Specify any options you want to pass to cmake using EXTRA_OECMAKE: > +EXTRA_OECMAKE += "-DUNIX_LINUX=1" > + > + > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#117284): https://lists.openembedded.org/g/openembedded-devel/message/117284 > Mute This Topic: https://lists.openembedded.org/mt/112598333/6084445 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [skandigraun@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
Please keep the discussion on the mailing list. I meant the master branch of meta-openembedded repository. libsimplelog recipe is already part of it - please submit your changes by modifying the existing recipe instead of submitting a brand new one. On 5/3/25 19:06, Thuận Nguyễn-Thái wrote: > Hi Gyorgy, > I submitted the latest release ( tag v1.0.6), I'm sure that is my > best version. > Best regards, > Thuan > > On Sun, May 4, 2025 at 12:03 AM Gyorgy Sarvari <skandigraun@gmail.com> > wrote: > > This recipe is already in the repository - make sure to make your > changes on top of the latest revision of the master branch of the > project. > > On 5/3/25 15:53, Thuận Nguyễn-Thái via lists.openembedded.org > <http://lists.openembedded.org> wrote: > > - Simple, stable, powerful. > > - Apply for embedded devices to PC, server. > > > > Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> > > --- > > .../libsimplelog/libsimplelog_1.0.6.bb > <http://libsimplelog_1.0.6.bb> | 19 +++++++++++++++++++ > > 1 file changed, 19 insertions(+) > > create mode 100644 > meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb > <http://libsimplelog_1.0.6.bb> > > > > diff --git > a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb > <http://libsimplelog_1.0.6.bb> > b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb > <http://libsimplelog_1.0.6.bb> > > new file mode 100644 > > index 000000000..c159492aa > > --- /dev/null > > +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb > <http://libsimplelog_1.0.6.bb> > > @@ -0,0 +1,19 @@ > > + > > +SUMMARY = "simplelog-topc - Simple, STABLE, powerful of logging > library in ANSI C/C++. Ready for billion records." > > +DESCRIPTION = "Async and Fast C/C++ multi-thread logger with > topics. No external dependencies." > > +HOMEPAGE = "https://github.com/thuanalg/simplelog-topic" > > +LICENSE = "MIT" > > +LIC_FILES_CHKSUM = > "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" > > + > > +SRC_URI = > "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v1.0.6 > <http://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v1.0.6>" > > + > > +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" > > + > > +S = "${WORKDIR}/git" > > + > > +inherit cmake > > + > > +# Specify any options you want to pass to cmake using > EXTRA_OECMAKE: > > +EXTRA_OECMAKE += "-DUNIX_LINUX=1" > > + > > + > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#117284): > https://lists.openembedded.org/g/openembedded-devel/message/117284 > > Mute This Topic: https://lists.openembedded.org/mt/112598333/6084445 > > Group Owner: openembedded-devel+owner@lists.openembedded.org > <mailto:openembedded-devel%2Bowner@lists.openembedded.org> > > Unsubscribe: > https://lists.openembedded.org/g/openembedded-devel/unsub > [skandigraun@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > > >
diff --git a/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb new file mode 100644 index 000000000..c159492aa --- /dev/null +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb @@ -0,0 +1,19 @@ + +SUMMARY = "simplelog-topc - Simple, STABLE, powerful of logging library in ANSI C/C++. Ready for billion records." +DESCRIPTION = "Async and Fast C/C++ multi-thread logger with topics. No external dependencies." +HOMEPAGE = "https://github.com/thuanalg/simplelog-topic" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" + +SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v1.0.6" + +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" + +S = "${WORKDIR}/git" + +inherit cmake + +# Specify any options you want to pass to cmake using EXTRA_OECMAKE: +EXTRA_OECMAKE += "-DUNIX_LINUX=1" + +
- Simple, stable, powerful. - Apply for embedded devices to PC, server. Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> --- .../libsimplelog/libsimplelog_1.0.6.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb