diff mbox series

[meta-oe] libsimplelog: Add a versatile C/C++ logger.

Message ID 20250429172122.50669-1-nguyenthaithuanalg@gmail.com
State New
Headers show
Series [meta-oe] libsimplelog: Add a versatile C/C++ logger. | expand

Commit Message

Thuận Nguyễn-Thái April 29, 2025, 5:21 p.m. UTC
- 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        | 20 +++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb

Comments

Khem Raj April 30, 2025, 1:53 a.m. UTC | #1
This recipe is already part of the repository. So you need to do git
mv to move it to a new location ( recipes-support ) . Commit, test and
send the patch.

On Tue, Apr 29, 2025 at 2:59 PM 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_1.0.6.bb        | 20 +++++++++++++++++++
>  1 file changed, 20 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..dedc07668
> --- /dev/null
> +++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.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;tag=v${PV}"
> +
> +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 (#117244): https://lists.openembedded.org/g/openembedded-devel/message/117244
> 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 mbox series

Patch

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..dedc07668
--- /dev/null
+++ b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.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;tag=v${PV}"
+
+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"
+
+