diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-07-18 12:25:05 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-07-20 19:08:56 -0700 |
| commit | 26f2cb6360a85bc030d77b05afc208c7c9fefa05 (patch) | |
| tree | ea9c3b4069459ddaf76428b3a56e76b76267f652 | |
| parent | 5ec3a875632f76a7230edc871bc75d6c8ad6bfe0 (diff) | |
| download | meta-openembedded-26f2cb6360a85bc030d77b05afc208c7c9fefa05.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-connectivity/gensio/gensio_2.6.7.bb (renamed from meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gensio/gensio_2.6.6.bb b/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 \ | |||
| 5 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | 5 | file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 6 | " | 6 | " |
| 7 | 7 | ||
| 8 | SRCREV = "536db06723bd3cde8e1f2d52a5cdd65af2433784" | 8 | SRCREV = "266277aeb39dc2db33e577335236f89ed7ca5918" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" | 10 | SRC_URI = "git://github.com/cminyard/gensio;protocol=https;branch=master" |
| 11 | 11 | ||
