diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2013-03-06 13:36:23 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-10 04:36:52 +0000 |
commit | 365eb9b5d22208c967dcd91d8ab52faed20f04b5 (patch) | |
tree | 62adc7fa96ef5ed9a0f4354155603afb496a76a3 /meta/recipes-devtools/flex | |
parent | 0aad8decf0eb17b90153225493f28835d24f043a (diff) | |
download | poky-365eb9b5d22208c967dcd91d8ab52faed20f04b5.tar.gz |
bitbake: bitbake-layers: fix duplicated help info
There are two "help" lines when run bitbake help under python 2.6.6
(perhaps all python 2.6):
$ bitbake-layers help
[snip]
help
display general help or help on a specified command
[snip]
help
display general help or help on a specified command
This is because the cmd.py in python 2.6.6 also has a do_help() function
as our bitbake-layers, and the cmd.Cmd.get_names() doesn't consider the
overload, this has been fixed in python 2.7, use set() to remove the
duplicated would fix the problem.
[YOCTO #3428]
(Bitbake rev: 324ed96e28ec31cff8cef1824d20d40f9a5d46ad)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex')
0 files changed, 0 insertions, 0 deletions