Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -1,10 +1,19 @@
|
||||
config BR2_PACKAGE_TMUX
|
||||
bool "tmux"
|
||||
depends on BR2_USE_MMU # fork()
|
||||
depends on BR2_USE_WCHAR # mbtowc()
|
||||
depends on BR2_ENABLE_LOCALE # runtime
|
||||
select BR2_PACKAGE_LIBEVENT
|
||||
select BR2_PACKAGE_NCURSES
|
||||
help
|
||||
tmux is a terminal multiplexer, it enables a number of terminals
|
||||
(or windows) to be accessed and controlled from a single terminal.
|
||||
tmux is a terminal multiplexer, it enables a number of
|
||||
terminals (or windows) to be accessed and controlled from a
|
||||
single terminal.
|
||||
|
||||
http://tmux.sourceforge.net/
|
||||
NOTE: tmux needs a working UTF-8 locale (BR2_GENERATE_LOCALE)
|
||||
|
||||
https://tmux.github.io/
|
||||
|
||||
comment "tmux needs a toolchain w/ wchar, locale"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_USE_WCHAR || !BR2_ENABLE_LOCALE
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed:
|
||||
sha256 795f4b4446b0ea968b9201c25e8c1ef8a6ade710ebca4657dd879c35916ad362 tmux-2.0.tar.gz
|
||||
sha256 bc28541b64f99929fe8e3ae7a02291263f3c97730781201824c0f05d7c8e19e4 tmux-2.2.tar.gz
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TMUX_VERSION = 2.0
|
||||
TMUX_VERSION = 2.2
|
||||
TMUX_SITE = https://github.com/tmux/tmux/releases/download/$(TMUX_VERSION)
|
||||
TMUX_LICENSE = ISC
|
||||
TMUX_LICENSE_FILES = README
|
||||
|
||||
Reference in New Issue
Block a user