From bc77e28a00b61e0cbd12e7dd1f265ca227fa1d78 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Apr 2025 17:02:15 +0800 Subject: tio: upgrade 3.8 -> 3.9 License-Update: Copyright year updated to 2025 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/tio/tio_3.8.bb | 18 ------------------ meta-oe/recipes-support/tio/tio_3.9.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-oe/recipes-support/tio/tio_3.8.bb create mode 100644 meta-oe/recipes-support/tio/tio_3.9.bb (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/tio/tio_3.8.bb b/meta-oe/recipes-support/tio/tio_3.8.bb deleted file mode 100644 index 93c116d984..0000000000 --- a/meta-oe/recipes-support/tio/tio_3.8.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "tio - a simple serial device I/O tool" -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" -DEPENDS += " glib-2.0 lua" -SRCREV = "01e637cdf4d2d781a87a2fa68e49e7f8fccd0552" - -SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master" - -S = "${WORKDIR}/git" - -inherit meson pkgconfig - -RDEPENDS:${PN} += " lua" - -FILES:${PN} += " ${datadir}/bash-completion/completions/tio" diff --git a/meta-oe/recipes-support/tio/tio_3.9.bb b/meta-oe/recipes-support/tio/tio_3.9.bb new file mode 100644 index 0000000000..ff9c552d02 --- /dev/null +++ b/meta-oe/recipes-support/tio/tio_3.9.bb @@ -0,0 +1,18 @@ +SUMMARY = "tio - a simple serial device I/O tool" +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=d25b0ab86d83b943da4d25251a2c21d7" +DEPENDS += " glib-2.0 lua" +SRCREV = "bdfe87e1cbf6e3bfd48324a25ea026fcd3cc47e9" + +SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master;tag=v${PV}" + +S = "${WORKDIR}/git" + +inherit meson pkgconfig + +RDEPENDS:${PN} += " lua" + +FILES:${PN} += " ${datadir}/bash-completion/completions/tio" -- cgit v1.2.3-54-g00ecf