mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
libsimplelog: Move to recipes-support
Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
13733bc999
commit
8b2afbeee2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user