summaryrefslogtreecommitdiffstats
path: root/bitbake/bin
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2017-03-31 16:59:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 16:44:37 +0000
commite3ff03599e55fd2abcaa33e29779c388cdbed94e (patch)
treeecad0ac65fb50d3673133c4b94aac7e5a6451002 /bitbake/bin
parent84fd0eb005d8130106496d9e1c360cb0d8625f12 (diff)
downloadpoky-e3ff03599e55fd2abcaa33e29779c388cdbed94e.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: 5f5e13bacde95a93633f621ec6b94a022c476a58) Signed-off-by: Peter Kjellerstedt <pkj@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin')
0 files changed, 0 insertions, 0 deletions