mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-29 12:29:32 +00:00
fc78d37ff0
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
631 B
BlitzBasic
18 lines
631 B
BlitzBasic
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}"
|
|
|
|
|
|
inherit meson pkgconfig
|
|
|
|
RDEPENDS:${PN} += " lua"
|
|
|
|
FILES:${PN} += " ${datadir}/bash-completion/completions/tio"
|