diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-24 07:50:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 17:00:49 -0700 |
commit | f13c31afb38cd99e33cc933704d5948fdd1e0347 (patch) | |
tree | 50e6ac8f435ae5c1530019eafbc5c5a8dce36a78 /meta-oe/recipes-support/tio | |
parent | 35bfc2bce38f1f5bbbefc8c0ee4c8bef112fc8dd (diff) | |
download | meta-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" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master" | 9 | SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master" |
10 | SRCREV = "88ef473362c5a1ff0dcd389fd5b1d4d6bf202472" | 10 | SRCREV = "1c32555c2a4f26b60f94757656825fc6684d6892" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||