From 2352915607f05621b00f9fa659e329dd80902656 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 13 Jun 2023 09:40:22 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- 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 --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 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"