summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-16 17:02:15 +0800
committerKhem Raj <raj.khem@gmail.com>2025-04-19 14:36:02 -0700
commitbc77e28a00b61e0cbd12e7dd1f265ca227fa1d78 (patch)
tree91abf58bdc4c0615b0b7a057e6bdb10573420152
parentdf49fb3ed50e6cc5bf2eadca897736fa66b5143a (diff)
downloadmeta-openembedded-bc77e28a00b61e0cbd12e7dd1f265ca227fa1d78.tar.gz
tio: upgrade 3.8 -> 3.9
License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/tio/tio_3.9.bb (renamed from meta-oe/recipes-support/tio/tio_3.8.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/tio/tio_3.8.bb b/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 \
3 straightforward command-line and configuration file interface to easily \ 3 straightforward command-line and configuration file interface to easily \
4 connect to serial TTY devices for basic I/O operations." 4 connect to serial TTY devices for basic I/O operations."
5LICENSE = "GPL-2.0-or-later" 5LICENSE = "GPL-2.0-or-later"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=0e1a95b7892d3015ecd6d0016f601f2c" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=d25b0ab86d83b943da4d25251a2c21d7"
7DEPENDS += " glib-2.0 lua" 7DEPENDS += " glib-2.0 lua"
8SRCREV = "01e637cdf4d2d781a87a2fa68e49e7f8fccd0552" 8SRCREV = "bdfe87e1cbf6e3bfd48324a25ea026fcd3cc47e9"
9 9
10SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master" 10SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master;tag=v${PV}"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13