diff options
author | Thuận Nguyễn-Thái <nguyenthaithuanalg@gmail.com> | 2025-05-31 16:23:16 +0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-31 18:27:14 -0700 |
commit | 0c4f09f7258b6f1ef5f171fdeace41419016ecd0 (patch) | |
tree | 7b1832cc2f77ae767f75461d550bccd4db1b13e0 | |
parent | 81958300f23edfd2cd78eb43ee27cbd3f339f979 (diff) | |
download | meta-openembedded-0c4f09f7258b6f1ef5f171fdeace41419016ecd0.tar.gz |
libserialmodule: v1.0.7 -> v1.0.8
- Backward compatibility with older versions.
- Supports both full-duplex and half-duplex modes (e.g., RS-485, Modbus).
Signed-off-by: Thuan Nguyen Thai <nguyenthaithuanalg@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.8.bb (renamed from meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.8.bb index ac5a3eaf09..7994907e13 100644 --- a/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.7.bb +++ b/meta-oe/recipes-support/libserialmodule/libserialmodule_1.0.8.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "MIT" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" | 6 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" |
7 | DEPENDS = "libsimplelog" | 7 | DEPENDS = "libsimplelog" |
8 | SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}" | 8 | SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}" |
9 | SRCREV = "b5a5a436900d0bd69f990ca062de916c65f7e2e0" | 9 | SRCREV = "f89f98ff0c9d0aaee2624d40addb0687a74c5d81" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | inherit cmake | 11 | inherit cmake |
12 | EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1" | 12 | EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1" |