diff mbox series

[meta-oe] tio: upgrade 2.2 -> 2.3

Message ID 1667810023-31001-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] tio: upgrade 2.2 -> 2.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 7, 2022, 8:33 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tio/{tio_2.2.bb => tio_2.3.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/tio/tio_2.2.bb b/meta-oe/recipes-support/tio/tio_2.3.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.2.bb
rename to meta-oe/recipes-support/tio/tio_2.3.bb
index 8bfebc777..665c8462f 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"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
 
 SRC_URI = "git://github.com/tio/tio;protocol=https;nobranch=1"
-SRCREV = "eaab692d4d6be1ef41c0f6950977cf9054520cb7"
+SRCREV = "845e683fc9e2d2da686fe0c8e4b19b1245e9904b"
 
 S = "${WORKDIR}/git"