mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 13:18:27 +00:00
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>
17 lines
507 B
BlitzBasic
17 lines
507 B
BlitzBasic
SUMMARY = "Instant terminal sharing"
|
|
DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution."
|
|
HOMEPAGE = "https://tmate.io/"
|
|
LICENSE = "ISC"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=f7d9aab84ec6567139a4755c48d147fb"
|
|
|
|
DEPENDS:append = " libevent libssh msgpack-c ncurses"
|
|
SRC_URI = "\
|
|
git://github.com/tmate-io/tmate.git;protocol=https;branch=master \
|
|
file://0001-fix-finding-msgpack.patch \
|
|
"
|
|
|
|
SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
|
|
|
|
|
|
inherit pkgconfig autotools
|