diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-15 18:07:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-25 21:26:15 +0000 |
commit | 49bc773cd0852dcdf3c3796a52bce7e3fef28217 (patch) | |
tree | d96b649d5176a0504a9135f3dff2b281a208cff9 /bitbake/lib/bb/ui/uihelper.py | |
parent | 0d6c922af9c2d6f5e6f3f94b4c6875f2a4854646 (diff) | |
download | poky-49bc773cd0852dcdf3c3796a52bce7e3fef28217.tar.gz |
bitbake: fetch2/clearcase: Fix warnings from python 3.8
bitbake/lib/bb/fetch2/clearcase.py:148: SyntaxWarning: "is" with a literal. Did you mean "=="?
if command is 'mkview':
bitbake/lib/bb/fetch2/clearcase.py:155: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif command is 'rmview':
bitbake/lib/bb/fetch2/clearcase.py:159: SyntaxWarning: "is" with a literal. Did you mean "=="?
elif command is 'setcs':
Python 3.8 is quite correct and we so mean "==" here, fix it to
avoid the warnings.
(Bitbake rev: 2cccc14304855cb55f339e465f6ba6ed0c69a7ab)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/ui/uihelper.py')
0 files changed, 0 insertions, 0 deletions