]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Setup fetcher environment in advance
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 19 Feb 2022 17:59:07 +0000 (17:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 20 Feb 2022 16:43:38 +0000 (16:43 +0000)
commitcabc3cc2eac5916e63340c18d1074411b377ced4
tree5b44ddbfff18fbe198c1112388e5059f73e44c32
parent3d50ee782e5073c055d72f114619502719a33752
sstate: Setup fetcher environment in advance

The threading code here can race as the fetcher changes the environment which is
shared between the threads. By setting it up in advance, it isn't changed and
therefore no longer races.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/sstate.bbclass