summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-libsimplelog/libsimplelog
diff options
context:
space:
mode:
authorThuận Nguyễn-Thái <nguyenthaithuanalg@gmail.com>2025-05-05 22:09:35 +0700
committerKhem Raj <raj.khem@gmail.com>2025-05-05 10:18:38 -0700
commit8b2afbeee217342f8db3cd8141908694b0f689ff (patch)
tree884394b8ccbd744cf4414810db694f070218d56d /meta-oe/recipes-libsimplelog/libsimplelog
parent13733bc999f2b0198334f56224d615f8af4c7834 (diff)
downloadmeta-openembedded-8b2afbeee217342f8db3cd8141908694b0f689ff.tar.gz
libsimplelog: Move to recipes-support
Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-libsimplelog/libsimplelog')
-rw-r--r--meta-oe/recipes-libsimplelog/libsimplelog/libsimplelog_1.0.6.bb19
1 files changed, 0 insertions, 19 deletions
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 @@
1
2SUMMARY = "simplelog-topc - Simple, STABLE, powerful of logging library in ANSI C/C++. Ready for billion records."
3DESCRIPTION = "Async and Fast C/C++ multi-thread logger with topics. No external dependencies."
4HOMEPAGE = "https://github.com/thuanalg/simplelog-topic"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
7
8SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}"
9
10SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d"
11
12S = "${WORKDIR}/git"
13
14inherit cmake
15
16# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
17EXTRA_OECMAKE += "-DUNIX_LINUX=1"
18
19