diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2015-02-25 11:22:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-26 07:47:50 +0000 |
commit | f160730bbdb06cca5c1443e6688365cffe6deb00 (patch) | |
tree | ddb839518daf472bfa2c3f92fd1578c0cb72e3c5 /meta-selftest | |
parent | efd78e35082ccf6164ae11f988378398d1295304 (diff) | |
download | poky-f160730bbdb06cca5c1443e6688365cffe6deb00.tar.gz |
lib/oe/terminal: fix regressions
Fix up some issues introduced by OE-Core commit
818c94f5b9882c2028ef9f056714a0a3c9045551:
* If we want to support versions with more than two parts, versions with
only one part, or versions with non-integer parts, then we have to
stay with strings. We can use distutils.version.LooseVersion() to help
with comparisons.
* We don't want a warning when launching gnome-terminal 3.10+ and
logger.warn() doesn't take a first integer parameter anyway
(logger.debug() does).
* Also clean up tabs.
(From OE-Core rev: 565d4a144ab3b8fe04950392497de1e0cf1152a5)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
0 files changed, 0 insertions, 0 deletions