diff options
Diffstat (limited to 'meta-oe/recipes-support/tio/tio_3.9.bb')
-rw-r--r-- | meta-oe/recipes-support/tio/tio_3.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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..67107e2924 --- /dev/null +++ b/meta-oe/recipes-support/tio/tio_3.9.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "tio - a simple serial device I/O tool" | ||
2 | DESCRIPTION = "tio is a simple serial device tool which features a \ | ||
3 | straightforward command-line and configuration file interface to easily \ | ||
4 | connect to serial TTY devices for basic I/O operations." | ||
5 | LICENSE = "GPL-2.0-or-later" | ||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d25b0ab86d83b943da4d25251a2c21d7" | ||
7 | DEPENDS += " glib-2.0 lua" | ||
8 | SRCREV = "bdfe87e1cbf6e3bfd48324a25ea026fcd3cc47e9" | ||
9 | |||
10 | SRC_URI = "git://github.com/tio/tio;protocol=https;branch=master;tag=v${PV}" | ||
11 | |||
12 | |||
13 | inherit meson pkgconfig | ||
14 | |||
15 | RDEPENDS:${PN} += " lua" | ||
16 | |||
17 | FILES:${PN} += " ${datadir}/bash-completion/completions/tio" | ||