new file mode 100644
@@ -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"
+
- 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> --- .../libserialmodule/libserialmodule_1.0.3.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb