From 26f2cb6360a85bc030d77b05afc208c7c9fefa05 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 18 Jul 2023 12:25:05 +0800 Subject: [PATCH] gensio: upgrade 2.6.6 -> 2.6.7 Changelog: =========== * Fixes a few issues with pkg-config * I ran coverity on Windows. It found a bunch of little things, but nothing of any real significance. But the little things are fixed. * A "dev" gensio is added for devices that are not serial ports. For instance, line-printers with two-way data transfer can be used. * You can now use "sdev" as shorthand for "serialdev". * A systemd unit file example is added * Other typos and little fixes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../gensio/{gensio_2.6.6.bb => gensio_2.6.7.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/gensio/{gensio_2.6.6.bb => gensio_2.6.7.bb} (94%) diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb b/meta-oe/recipes-connectivity/gensio/gensio_2.6.7.bb similarity index 94% rename from meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb rename to meta-oe/recipes-connectivity/gensio/gensio_2.6.7.bb index 85160bcda3..c3ba96ff60 100644 --- a/meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb +++ b/meta-oe/recipes-connectivity/gensio/gensio_2.6.7.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ " -SRCREV = "536db06723bd3cde8e1f2d52a5cdd65af2433784" +SRCREV = "266277aeb39dc2db33e577335236f89ed7ca5918" SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master"