summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-10-24 07:50:34 +0800
committerArmin Kuster <akuster808@gmail.com>2023-10-30 07:14:03 -0400
commit44a8e18e48781db7e871b68fcf330e161a545631 (patch)
treeca910ae71e892a658534d30c0d398cc1c016aa3e
parent833ad4b69fcc4948698fb7d33541cba1bb020f31 (diff)
downloadmeta-openembedded-44a8e18e48781db7e871b68fcf330e161a545631.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> (cherry picked from commit f13c31afb38cd99e33cc933704d5948fdd1e0347) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-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 faef290737..59c772b5d0 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