From e052049da69fde7c3ab11fcfb43eefb0c60bef40 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 20 Dec 2022 20:24:02 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/tio/{tio_2.4.bb => tio_2.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/tio/{tio_2.4.bb => tio_2.5.bb} (91%) diff --git a/meta-oe/recipes-support/tio/tio_2.4.bb b/meta-oe/recipes-support/tio/tio_2.5.bb similarity index 91% rename from meta-oe/recipes-support/tio/tio_2.4.bb rename to meta-oe/recipes-support/tio/tio_2.5.bb index 548ee7c63a..1f69e1a9e0 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" LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1" -SRCREV = "6b084a53b84dd7b369a6486f59f74138f6d7221a" +SRCREV = "a2bbab068428275febeea13906654b9e58400c95" S = "${WORKDIR}/git"