diff options
| author | Thuận Nguyễn-Thái <nguyenthaithuanalg@gmail.com> | 2025-05-05 22:09:35 +0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-05-05 10:18:38 -0700 |
| commit | 8b2afbeee217342f8db3cd8141908694b0f689ff (patch) | |
| tree | 884394b8ccbd744cf4414810db694f070218d56d /meta-oe/recipes-libsimplelog/libsimplelog | |
| parent | 13733bc999f2b0198334f56224d615f8af4c7834 (diff) | |
| download | meta-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.bb | 19 |
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 | |||
| 2 | SUMMARY = "simplelog-topc - Simple, STABLE, powerful of logging library in ANSI C/C++. Ready for billion records." | ||
| 3 | DESCRIPTION = "Async and Fast C/C++ multi-thread logger with topics. No external dependencies." | ||
| 4 | HOMEPAGE = "https://github.com/thuanalg/simplelog-topic" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" | ||
| 7 | |||
| 8 | SRC_URI = "git://github.com/thuanalg/simplelog-topic.git;branch=main;protocol=https;tag=v${PV}" | ||
| 9 | |||
| 10 | SRCREV = "7676b9cf871bedd8648d2cf68ebf43dc2c79b94d" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit cmake | ||
| 15 | |||
| 16 | # Specify any options you want to pass to cmake using EXTRA_OECMAKE: | ||
| 17 | EXTRA_OECMAKE += "-DUNIX_LINUX=1" | ||
| 18 | |||
| 19 | |||
