Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and meta-openwrt into a single repository. Components: - poky/ Yocto core framework (BitBake + OE-Core) - meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking) - meta-openwrt/ OpenWrt customization layer - setup-env.sh One-click build environment setup - README.md Project documentation
18 lines
528 B
BlitzBasic
18 lines
528 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"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit pkgconfig autotools
|