diff options
author | Peter Kjellerstedt <peter.kjellerstedt@axis.com> | 2017-03-31 16:59:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-01 23:28:41 +0100 |
commit | 4077dcb565153340bb01f1794db6a7ff4415ca5d (patch) | |
tree | fe2594fb6fcaa2b449971eca4ec3e01dcf109a33 /bitbake/doc | |
parent | 4aa21211a3051b95ef9a67c62646e016114eac30 (diff) | |
download | poky-4077dcb565153340bb01f1794db6a7ff4415ca5d.tar.gz |
bitbake: fetch2: Do not fail to create symbolic links if they already exist
When the fetcher retrieves file:// URLs, there is no lock file being
used. This means that in case two separate tasks (typically from two
concurrent invocations of bitbake) want to download the same file://
URL at the same time, there is a very small chance that they also end
up wanting to create a symbolic link to the file at the same time.
This would previously lead to one of the tasks failing as the other
task would have created the link.
(Bitbake rev: 58a03531c8183b165bb7dcad86d8559c92bc150d)
Signed-off-by: Peter Kjellerstedt <pkj@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
0 files changed, 0 insertions, 0 deletions