diff mbox series

[meta-oe] tio: upgrade 2.5 -> 2.6

Message ID 1686620422-29962-33-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] tio: upgrade 2.5 -> 2.6 | expand

Commit Message

Mingyu Wang (Fujitsu) June 13, 2023, 1:40 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
==========
 * Remove warning when using pattern option
 * Add --log-append option
 * Update man page
 * Update README
 * Fix line termination for response wait feature
 * Update tty device listing configuration
 * Move map variables to tty to keep them all in one spot
 * Configure socket mapping flags from tty parsing logic. Remove duplicate parsing logic in socket
 * Support input mapping modes for sockets
 * Various spelling fixes
 * avoid "warning: unused parameter" on setspeed stub
 * use right /dev/ path on Haiku
 * Update README with details on snap confinement

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/tio/{tio_2.5.bb => tio_2.6.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tio/{tio_2.5.bb => tio_2.6.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/tio/tio_2.5.bb b/meta-oe/recipes-support/tio/tio_2.6.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.5.bb
rename to meta-oe/recipes-support/tio/tio_2.6.bb
index 1f69e1a9e..1a83a2e42 100644
--- a/meta-oe/recipes-support/tio/tio_2.5.bb
+++ b/meta-oe/recipes-support/tio/tio_2.6.bb
@@ -7,7 +7,7 @@  LICENSE = "GPL-2.0-or-later"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
 
 SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "a2bbab068428275febeea13906654b9e58400c95"
+SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472"
 
 S = "${WORKDIR}/git"