diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2024-09-13 12:29:58 -0500 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-13 20:37:55 -0700 |
commit | 9356340655b3a4f87f98be88f2d167bb2514a54c (patch) | |
tree | 3c725cd108178928a34e775320fa0656a46b7057 | |
parent | a31ee04e75e30f3ca4822b0bc8f58f37f1cc0d45 (diff) | |
download | meta-openembedded-9356340655b3a4f87f98be88f2d167bb2514a54c.tar.gz |
tmux: Upgrade to 3.4
Changes vs 3.3a are located at
https://raw.githubusercontent.com/tmux/tmux/3.4/CHANGES. However, the most
pressing reason to upgrade is that tmux crashes on copy, see
https://github.com/tmux/tmux/issues/3699.
tmux's config parser was rewritten to use yacc, which necessitates DEPENDS +=
bison-native.
drop md5sum
Signed-off-by: Rich Tollerton <rich.tollerton@ni.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/tmux/tmux_3.4.bb (renamed from meta-oe/recipes-extended/tmux/tmux_3.3a.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.3a.bb b/meta-oe/recipes-extended/tmux/tmux_3.4.bb index 099a9ab581..4360edf4ba 100644 --- a/meta-oe/recipes-extended/tmux/tmux_3.3a.bb +++ b/meta-oe/recipes-extended/tmux/tmux_3.4.bb | |||
@@ -5,11 +5,10 @@ SECTION = "console/utils" | |||
5 | LICENSE = "ISC" | 5 | LICENSE = "ISC" |
6 | LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf19144bdaca107" | 6 | LIC_FILES_CHKSUM = "file://tmux.c;beginline=3;endline=17;md5=f256b76d52e7b4d02bf19144bdaca107" |
7 | 7 | ||
8 | DEPENDS = "ncurses libevent" | 8 | DEPENDS = "ncurses libevent bison-native" |
9 | 9 | ||
10 | SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" | 10 | SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.gz" |
11 | SRC_URI[md5sum] = "8eee5883b9f6550fa4efaad0c9ec38f3" | 11 | SRC_URI[sha256sum] = "551ab8dea0bf505c0ad6b7bb35ef567cdde0ccb84357df142c254f35a23e19aa" |
12 | SRC_URI[sha256sum] = "e4fd347843bd0772c4f48d6dde625b0b109b7a380ff15db21e97c11a4dcdf93f" | ||
13 | 12 | ||
14 | UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" | 13 | UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" |
15 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | 14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" |