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:
Thuận Nguyễn-Thái
2025-05-05 22:30:22 +07:00
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"