From 6fa0946e68a2da0f641e4015063cd405d31cfc1b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 29 Apr 2025 12:15:21 +0800 Subject: libsimplelog: upgrade 1.0.4 -> 1.0.6 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../libsimplelog/libsimplelog_1.0.6.bb | 19 +++++++++++++++++++ .../libsimplelog/libsimplelog_git.bb | 20 -------------------- 2 files changed, 19 insertions(+), 20 deletions(-) create mode 100644 meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb delete mode 100644 meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb (limited to 'meta-oe/recipes-libsimplelog/libsimplelog') diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb new file mode 100644 index 0000000000..0aacbcd2cc --- /dev/null +++ b/meta-oe/recipes-libsimplelog/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=v${PV}" + +SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" + +S = "${WORKDIR}/git" + +inherit cmake + +# Specify any options you want to pass to cmake using EXTRA_OECMAKE: +EXTRA_OECMAKE += "-DUNIX_LINUX=1" + + diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb deleted file mode 100644 index 461b960357..0000000000 --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_git.bb +++ /dev/null @@ -1,20 +0,0 @@ - -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.4+git" -SRCREV = "781f5eaa1713e7f60e9ee79ab5143c0bacfcccef" - -S = "${WORKDIR}/git" - -inherit cmake - -# Specify any options you want to pass to cmake using EXTRA_OECMAKE: -EXTRA_OECMAKE += "-DUNIX_LINUX=1" - - -- cgit v1.2.3-54-g00ecf