diff options
-rw-r--r-- | meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb new file mode 100644 index 0000000000..02125730d1 --- /dev/null +++ b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.3.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | SUMMARY = "A library for Serial/COM" | ||
2 | DESCRIPTION = "Async C/C++ I/O with COM/Serial Port Library." | ||
3 | HOMEPAGE = "https://github.com/thuanalg/libserialmodule" | ||
4 | |||
5 | LICENSE = "MIT" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" | ||
7 | DEPENDS = "libsimplelog" | ||
8 | SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}" | ||
9 | SRCREV = "9cf920aa1d3ef1d4a4de9a19e695717a6f097894" | ||
10 | S = "${WORKDIR}/git" | ||
11 | inherit cmake | ||
12 | EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1" | ||
13 | |||