summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThuận Nguyễn-Thái <nguyenthaithuanalg@gmail.com>2025-05-31 16:23:16 +0700
committerKhem Raj <raj.khem@gmail.com>2025-05-31 18:27:14 -0700
commit0c4f09f7258b6f1ef5f171fdeace41419016ecd0 (patch)
tree7b1832cc2f77ae767f75461d550bccd4db1b13e0
parent81958300f23edfd2cd78eb43ee27cbd3f339f979 (diff)
downloadmeta-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"
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c" 6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=22cdd382a6275cb4c2e75c517952ac7c"
7DEPENDS = "libsimplelog" 7DEPENDS = "libsimplelog"
8SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}" 8SRC_URI = "git://git@github.com/thuanalg/libserialmodule.git;branch=main;protocol=https;tag=v${PV}"
9SRCREV = "b5a5a436900d0bd69f990ca062de916c65f7e2e0" 9SRCREV = "f89f98ff0c9d0aaee2624d40addb0687a74c5d81"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11inherit cmake 11inherit cmake
12EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1" 12EXTRA_OECMAKE = "-DUNIX_LINUX=1 -DMETA_OPENEMBEDDED=1"