diff options
-rw-r--r-- | meta-oe/recipes-extended/tmux/tmux_2.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/tmux/tmux_2.6.bb b/meta-oe/recipes-extended/tmux/tmux_2.6.bb index fba5156f6d..17c2fbab2b 100644 --- a/meta-oe/recipes-extended/tmux/tmux_2.6.bb +++ b/meta-oe/recipes-extended/tmux/tmux_2.6.bb | |||
@@ -11,6 +11,8 @@ SRC_URI = "https://github.com/tmux/tmux/releases/download/${PV}/tmux-${PV}.tar.g | |||
11 | SRC_URI[md5sum] = "d541ff392249f94c4f3635793556f827" | 11 | SRC_URI[md5sum] = "d541ff392249f94c4f3635793556f827" |
12 | SRC_URI[sha256sum] = "b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8" | 12 | SRC_URI[sha256sum] = "b17cd170a94d7b58c0698752e1f4f263ab6dc47425230df7e53a6435cc7cd7e8" |
13 | 13 | ||
14 | UPSTREAM_CHECK_URI = "https://github.com/tmux/tmux/releases" | ||
15 | |||
14 | inherit autotools pkgconfig | 16 | inherit autotools pkgconfig |
15 | 17 | ||
16 | PACKAGECONFIG ??= "" | 18 | PACKAGECONFIG ??= "" |