diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2019-01-24 17:33:01 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-02-06 16:38:31 +0000 |
commit | ecec5a8fdbaccb7f355ac4263b410861d14974f2 (patch) | |
tree | 4474be42f7ad9680335998f6696dcc75a0c3d134 /meta/recipes-extended/msmtp | |
parent | d5845c8bc1fbd87d9cf67db7cf228d8eebb5e1a3 (diff) | |
download | poky-ecec5a8fdbaccb7f355ac4263b410861d14974f2.tar.gz |
eSDK.py: avoid error in tearDownClass due to race condistion
When removing the temporary directory, it's possible that bitbake.lock
file is removed by bitbake during the cleanup. And this leads to the
following error.
FileNotFoundError: [Errno 2] No such file or directory: 'bitbake.lock'
So add a check to remove this file before cleaning up the temporary
directory.
(From OE-Core rev: 984f56b37bd0014e5bf9509fc8ed181973e61773)
(From OE-Core rev: 6a5cce862f1e950439dc8ee1d84a10397a7fac4f)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
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 'meta/recipes-extended/msmtp')
0 files changed, 0 insertions, 0 deletions