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:46:31 +0000 |
commit | 565d4a144ab3b8fe04950392497de1e0cf1152a5 (patch) | |
tree | 8459493cb788ce21ab3fa0976fb2cef6eb80cfd2 /meta/classes/qmake_base.bbclass | |
parent | c578f5d34ce1718aaeb7dcbf3fc014fd48bac5fc (diff) | |
download | openembedded-core-565d4a144ab3b8fe04950392497de1e0cf1152a5.tar.gz openembedded-core-565d4a144ab3b8fe04950392497de1e0cf1152a5.tar.bz2 openembedded-core-565d4a144ab3b8fe04950392497de1e0cf1152a5.zip |
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.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/qmake_base.bbclass')
0 files changed, 0 insertions, 0 deletions