mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
18 lines
547 B
BlitzBasic
18 lines
547 B
BlitzBasic
SUMMARY = "Instant terminal sharing"
|
|
DESCRIPTION = "Tmate is a fork of tmux. It provides an instant pairing solution."
|
|
AUTHOR = "Marius Kriegerowski <marius.kriegerowski@gmail.com>"
|
|
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 \
|
|
"
|
|
|
|
SRCREV = "5e00bfa5e137e76c81888727712ced2b3fd99f5b"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig autotools
|