mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-06 03:10:01 +00:00
tmux: update to 2.1
tmux 1.6 is three years old. Update to latest. Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4a9921c16e
commit
105e117645
@@ -1,18 +0,0 @@
|
||||
SUMMARY = "Terminal multiplexer"
|
||||
HOMEPAGE = "http://tmux.sourceforge.net"
|
||||
SECTION = "console/utils"
|
||||
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab1ff451aa941a0"
|
||||
|
||||
DEPENDS = "ncurses libevent"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/tmux/${BP}.tar.gz"
|
||||
SRC_URI[md5sum] = "3e37db24aa596bf108a0442a81c845b3"
|
||||
SRC_URI[sha256sum] = "faee08ba1bd8c22537cd5b7458881d1bdb4985df88ed6bc5967c56881a7efbd6"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_configure_prepend () {
|
||||
sed -i -e 's:-I/usr/local/include::' ${S}/Makefile.am || bb_fatal "sed failed"
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Terminal multiplexer"
|
||||
HOMEPAGE = "http://tmux.sourceforge.net"
|
||||
SECTION = "console/utils"
|
||||
|
||||
LICENSE = "ISC"
|
||||
LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=8685b4455330a940fab1ff451aa941a0"
|
||||
|
||||
DEPENDS = "ncurses libevent"
|
||||
|
||||
|
||||
SRC_URI = "git://github.com/tmux/tmux.git;branch=master"
|
||||
SRCREV ?= "310f0a960ca64fa3809545badc629c0c166c6cd2"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
B = "${WORKDIR}/build"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
Reference in New Issue
Block a user