mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-23 04:00:09 +00:00
1. Fix/check "DSR" is connected before writing. 2. Add "spsr_err_txt" to get text of error code. Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
518 B
BlitzBasic
14 lines
518 B
BlitzBasic
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 = "b5a5a436900d0bd69f990ca062de916c65f7e2e0"
|
|
S = "${WORKDIR}/git"
|
|
inherit cmake
|
|
EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1"
|
|
|