Message ID | 20250429041052.11681-1-nguyenthaithuanalg@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] libsimplelog: Add a versatile C/C++ logger. | expand |
On Tue, Apr 29, 2025 at 4:16 AM Thuận Nguyễn-Thái via lists.openembedded.org <nguyenthaithuanalg=gmail.com@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_git.bb | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) > create mode 100644 meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb > > diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb move it into recipes-support please. > new file mode 100644 > index 000000000..8acf50fe8 > --- /dev/null > +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb > @@ -0,0 +1,20 @@ > + > +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" > + > +PV = "1.0.6+git" > +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" > + > +S = "${WORKDIR}/git" > + > +inherit cmake > + > +# Specify any options you want to pass to cmake using EXTRA_OECMAKE: > +EXTRA_OECMAKE += "-DUNIX_LINUX=1" > + > + > -- > 2.47.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#117238): https://lists.openembedded.org/g/openembedded-devel/message/117238 > Mute This Topic: https://lists.openembedded.org/mt/112517962/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 new file mode 100644 index 000000000..8acf50fe8 --- /dev/null +++ b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb @@ -0,0 +1,20 @@ + +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" + +PV = "1.0.6+git" +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_git.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb