diff mbox series

[langdale,10/35] tio: upgrade 2.1 -> 2.2

Message ID 07ba4aff8a2fd23592c94b1b9582ab53133d25ab.1668873377.git.akuster808@gmail.com
State New
Headers show
Series [langdale,01/35] lldpd: Upgrade 1.0.14 -> 1.0.15 | expand

Commit Message

akuster808 Nov. 19, 2022, 3:57 p.m. UTC
From: zhengruoqin <zhengrq.fnst@fujitsu.com>

Changelog:
===========
 * Add shell completion of sub-configuration names
   Does not work with sub configuration names that contains one or more
   white spaces.
 * Beautify help
 * Fix error message
 * Simplify configfile implementation

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit bebe7f7963d862294a05fe41e90d0485788866c2)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-support/tio/{tio_2.1.bb => tio_2.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/tio/{tio_2.1.bb => tio_2.2.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/tio/tio_2.1.bb b/meta-oe/recipes-support/tio/tio_2.2.bb
similarity index 91%
rename from meta-oe/recipes-support/tio/tio_2.1.bb
rename to meta-oe/recipes-support/tio/tio_2.2.bb
index 1c36bd522c..8bfebc7776 100644
--- a/meta-oe/recipes-support/tio/tio_2.1.bb
+++ b/meta-oe/recipes-support/tio/tio_2.2.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 = "14fc77ffc13a4c60a98f0bb7e0f431e9ed7cf1fd"
+SRCREV = "eaab692d4d6be1ef41c0f6950977cf9054520cb7"
 
 S = "${WORKDIR}/git"