summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/tio
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-24 07:50:34 +0800
committerKhem Raj <raj.khem@gmail.com>2023-10-23 17:00:49 -0700
commitf13c31afb38cd99e33cc933704d5948fdd1e0347 (patch)
tree50e6ac8f435ae5c1530019eafbc5c5a8dce36a78 /meta-oe/recipes-support/tio
parent35bfc2bce38f1f5bbbefc8c0ee4c8bef112fc8dd (diff)
downloadmeta-openembedded-f13c31afb38cd99e33cc933704d5948fdd1e0347.tar.gz
tio: upgrade 2.6 -> 2.7
Changelog: ========== * Add xmodem and ymodem file send support * tty_stdin_input_thread(): write to pipe only if byte_count > 0. * Ignore EINTR error. * CYGWIN: Add support for "COM*" naming. * chore: reorder log-strip and log-append * chore: update readme, bash completion, man page * fix: support --log-append in cli options Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/tio')
-rw-r--r--meta-oe/recipes-support/tio/tio_2.7.bb (renamed from meta-oe/recipes-support/tio/tio_2.6.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tio/tio_2.6.bb b/meta-oe/recipes-support/tio/tio_2.7.bb
index faef29073..59c772b5d 100644
--- a/meta-oe/recipes-support/tio/tio_2.6.bb
+++ b/meta-oe/recipes-support/tio/tio_2.7.bb
@@ -7,7 +7,7 @@ LICENSE = "GPL-2.0-or-later"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
8 8
9SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master" 9SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master"
10SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472" 10SRCREV = "1c32555c2a4f26b60f94757656825fc6684d6892"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13