diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-11-07 16:33:39 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-09 10:17:15 -0800 |
| commit | 5c5befa94d5bf52716cb08098e6c5beadd5a86fa (patch) | |
| tree | 213b02e5e16708fa9c13facdbc87ad7159003d4d | |
| parent | 58793ca934d3ed33c6919d28a37811e73a036639 (diff) | |
| download | meta-openembedded-5c5befa94d5bf52716cb08098e6c5beadd5a86fa.tar.gz | |
tio: upgrade 2.2 -> 2.3
Changes since tio v2.2:
=======================
Add mute feature
This will make tio go fully silent and not print anything.
Rename config variable 'tty' to 'device'
Deprecate tty config keyword but keep it around for now
Update show config
Update example tiorc
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/tio/tio_2.3.bb (renamed from meta-oe/recipes-support/tio/tio_2.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tio/tio_2.2.bb b/meta-oe/recipes-support/tio/tio_2.3.bb index 8bfebc7776..665c8462f1 100644 --- a/meta-oe/recipes-support/tio/tio_2.2.bb +++ b/meta-oe/recipes-support/tio/tio_2.3.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;nobranch=1" | 9 | SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1" |
| 10 | SRCREV = "eaab692d4d6be1ef41c0f6950977cf9054520cb7" | 10 | SRCREV = "845e683fc9e2d2da686fe0c8e4b19b1245e9904b" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
