]> code.ossystems Code Review - openembedded-core.git/commit
terminal: Cope with unreleased versions of tmux
authorMike Crowe <mac@mcrowe.com>
Thu, 22 Nov 2018 10:14:08 +0000 (10:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 22 Nov 2018 12:19:26 +0000 (12:19 +0000)
commit07b59afd52244410d8d833e6dfe262d952e5e344
treebbe588ea0cd5324bed274080eeee045ec1b26113
parent3df9ee85ce7fe52f0893fd33aea3bf1fcc6ead0a
terminal: Cope with unreleased versions of tmux

When tmux is built from a non-release Git version, its version number is
"next-X" where X appears to be the expected version number for the next
release. For example, when built from the current state of master, running
"tmux -V" yields:

 tmux next-2.9

Currently check_tmux_pane_size only checks for the version being less than
1.9, so it seems unfair to fail with an obscure Python error in this case.

Let's just use the version number after the "next-" prefix if it is
present.

Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/terminal.py