From 8b2afbeee217342f8db3cd8141908694b0f689ff Mon Sep 17 00:00:00 2001 From: Thuận Nguyễn-Thái Date: Mon, 5 May 2025 22:09:35 +0700 Subject: libsimplelog: Move to recipes-support Signed-off-by: Thuan Nguyen Thai Signed-off-by: Khem Raj --- .../libsimplelog/libsimplelog_1.0.6.bb | 19 ------------------- .../libsimplelog/libsimplelog_1.0.6.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb create mode 100644 meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb deleted file mode 100644 index 0aacbcd2cc..0000000000 --- a/meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb +++ /dev/null @@ -1,19 +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;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-support/libsimplelog/libsimplelog_1.0.6.bb b/meta-oe/recipes-support/libsimplelog/libsimplelog_1.0.6.bb new file mode 100644 index 0000000000..0aacbcd2cc --- /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=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" + + -- cgit v1.2.3-54-g00ecf