From f43de3263bdffd738ad54f38f35fb6f4e28fa6e6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 19 Aug 2026 17:34:11 +0800 Subject: [PATCH] gensio: upgrade 3.0.3 -> 3.0.4 Changelog: ============= - soapysdr would not compile static. - Some python2 APIs were converted to Python 3 for SWIG 4.5.0 compatibility. - An ssh compatibility mode was added to gtlssh. This deals with how parameters are parsed. If you invoke it as gsh, parameters are parsed as ssh does. If invoked as gtlssh, they are parsed like gtlssh does (which is arguably more sane). There is also a parameter to do this. This helps when using it with git and rsync and such. This is described in the gtlssh man page. - In the fsk (afskmdm) gensio, low sample rates were broken because the gain was not set properly in the FIR filter implementation. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../gensio/{gensio_3.0.3.bb => gensio_3.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/gensio/{gensio_3.0.3.bb => gensio_3.0.4.bb} (93%) diff --git a/meta-oe/recipes-connectivity/gensio/gensio_3.0.3.bb b/meta-oe/recipes-connectivity/gensio/gensio_3.0.4.bb similarity index 93% rename from meta-oe/recipes-connectivity/gensio/gensio_3.0.3.bb rename to meta-oe/recipes-connectivity/gensio/gensio_3.0.4.bb index 0e89562452..0ddeb115ec 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_3.0.3.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_3.0.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ " -SRCREV = "183b8926c7b7ffbe68e1710bf32f741dcff58f51" +SRCREV = "e66b91f3359c432fe7e054486908d1caa22630d5" SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master;tag=v${PV}"