summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-25 16:55:40 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-27 09:18:51 -0700
commit45b606e3a489652943cbe86ff4356d5439b52234 (patch)
tree6c208d7abfde4d9cf6c4a8a8c44727f7542c6079 /meta-oe/recipes-connectivity
parent53dae6dca0617c13cb81476a43ef5a772213a800 (diff)
downloadmeta-openembedded-45b606e3a489652943cbe86ff4356d5439b52234.tar.gz
gensio: upgrade 2.8.4 -> 2.8.5
Chanelog: ========== - Fix relinking issue - README.rst: fix typos - Add initial EditorConfig support - .gitignore: ignore ctags generated tags file - tests:conacc: Add a test for a connection failure - conacc: Null the connection data if the connection fails - Fix a compile error when GCC atomics are off - tools:gtlsshd: Add handling of accepter parmlog events - tools:agwpe: Fix missing nil termination and uninitialized variable - Fix some formatting in the README Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb (renamed from meta-oe/recipes-connectivity/gensio/gensio_2.8.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.8.4.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb
index 1f85c46e2..27b806970 100644
--- a/meta-oe/recipes-connectivity/gensio/gensio_2.8.4.bb
+++ b/meta-oe/recipes-connectivity/gensio/gensio_2.8.5.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
5 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 5 file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
6 " 6 "
7 7
8SRCREV = "300644fc02b7099ca27ca5bac88c47e159ba8a6b" 8SRCREV = "a776fb6fd56d5b0aedb1219ca17474faa1705260"
9 9
10SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" 10SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master"
11 11