aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-06-13 09:40:22 +0800
committerKhem Raj <raj.khem@gmail.com>2023-06-14 09:41:35 -0700
commit2352915607f05621b00f9fa659e329dd80902656 (patch)
tree07424e10ff5113a7905d15ee654e20a39c229d39 /meta-oe
parent782dd040da70218d7d516bd0993f60209b8b4b43 (diff)
downloadmeta-openembedded-contrib-2352915607f05621b00f9fa659e329dd80902656.tar.gz
tio: upgrade 2.5 -> 2.6
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/tio/tio_2.6.bb (renamed from meta-oe/recipes-support/tio/tio_2.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tio/tio_2.5.bb b/meta-oe/recipes-support/tio/tio_2.6.bb
index 1f69e1a9e0..1a83a2e420 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"