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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu 2023-07-18 12:25:05 +08:00 committed by Khem Raj
parent 5ec3a87563
commit 26f2cb6360

View File

@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
" "
SRCREV = "536db06723bd3cde8e1f2d52a5cdd65af2433784" SRCREV = "266277aeb39dc2db33e577335236f89ed7ca5918"
SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master"