diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-20 20:24:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-12-23 08:52:22 -0800 |
commit | e052049da69fde7c3ab11fcfb43eefb0c60bef40 (patch) | |
tree | f674ae4740ce16d6055ae32c8c073c9d29e80908 /meta-oe/recipes-support/tio | |
parent | 7a3aa8533bdf284869cc3cd5163b62ab02cae93d (diff) | |
download | meta-openembedded-e052049da69fde7c3ab11fcfb43eefb0c60bef40.tar.gz |
tio: upgrade 2.4 -> 2.5
Changelog:
==========
* Update configuration file documentation
Rename .tiorc to .tioconfig, tiorc to config, etc.
* Add support for $HOME/.tioconfig
Replaces what used to be $HOME/.tiorc
* Fix double prefix key regression
* Better error checking in config file, rename the file
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.5.bb (renamed from meta-oe/recipes-support/tio/tio_2.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/tio/tio_2.4.bb b/meta-oe/recipes-support/tio/tio_2.5.bb index 548ee7c63..1f69e1a9e 100644 --- a/meta-oe/recipes-support/tio/tio_2.4.bb +++ b/meta-oe/recipes-support/tio/tio_2.5.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 = "6b084a53b84dd7b369a6486f59f74138f6d7221a" | 10 | SRCREV = "a2bbab068428275febeea13906654b9e58400c95" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||