diff mbox series

[meta-oe,30/31] tio: upgrade 3.8 -> 3.9

Message ID 1744794136-908-30-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/31] adw-gtk3: upgrade 5.7 -> 5.8 | expand

Commit Message

Mingyu Wang (Fujitsu) April 16, 2025, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

License-Update: Copyright year updated to 2025

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/tio/{tio_3.8.bb => tio_3.9.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-support/tio/{tio_3.8.bb => tio_3.9.bb} (78%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/tio/tio_3.8.bb b/meta-oe/recipes-support/tio/tio_3.9.bb
similarity index 78%
rename from meta-oe/recipes-support/tio/tio_3.8.bb
rename to meta-oe/recipes-support/tio/tio_3.9.bb
index 93c116d984..ff9c552d02 100644
--- a/meta-oe/recipes-support/tio/tio_3.8.bb
+++ b/meta-oe/recipes-support/tio/tio_3.9.bb
@@ -3,11 +3,11 @@  DESCRIPTION = "tio is a simple serial device tool which features a \
     straightforward command-line and configuration file interface to easily \
     connect to serial TTY devices for basic I/O operations."
 LICENSE = "GPL-2.0-or-later"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d25b0ab86d83b943da4d25251a2c21d7"
 DEPENDS += " glib-2.0 lua"
-SRCREV = "01e637cdf4d2d781a87a2fa68e49e7f8fccd0552"
+SRCREV = "bdfe87e1cbf6e3bfd48324a25ea026fcd3cc47e9"
 
-SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master"
+SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master;tag=v${PV}"
 
 S = "${WORKDIR}/git"