diff options
Diffstat (limited to 'meta-oe/recipes-extended/tmux')
-rw-r--r-- | meta-oe/recipes-extended/tmux/tmux_3.5.bb (renamed from meta-oe/recipes-extended/tmux/tmux_3.3a.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_3.3a.bb b/meta-oe/recipes-extended/tmux/tmux_3.5.bb index 5187222838..33f709681d 100644 --- a/meta-oe/recipes-extended/tmux/tmux_3.3a.bb +++ b/meta-oe/recipes-extended/tmux/tmux_3.5.bb | |||
@@ -5,13 +5,13 @@ 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] = "2fe01942e7e7d93f524a22f2c883822c06bc258a4d61dba4b407353d7081950f" |
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" |
14 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
15 | 15 | ||
16 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
17 | 17 | ||