mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
libserialmodule: Add recipe
- Async C/C++ Serial/COM + cross-OS - Depend on: "simplelog-topic". - The first version v1.0.3 is sent to OpenEmbedded. 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
8b2afbeee2
commit
13891365f1
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "A library for Serial/COM"
|
||||
DESCRIPTION = "Async C/C++ I/O with COM/Serial Port Library."
|
||||
HOMEPAGE = "https://github.com/thuanalg/libserialmodule"
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
|
||||
DEPENDS = "libsimplelog"
|
||||
SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}"
|
||||
SRCREV = "9cf920aa1d3ef1d4a4de9a19e695717a6f097894"
|
||||
S = "${WORKDIR}/git"
|
||||
inherit cmake
|
||||
EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1"
|
||||
|
||||
Reference in New Issue
Block a user