On Mon, Mar 7, 2022 at 7:30 AM Jose Quaresma <[email protected]> wrote: > > > > Mark Hatle <[email protected]> escreveu no dia segunda, > 7/03/2022 à(s) 16:14: >> >> Note, it appears this bug is in honister as well. > > > is already a little old, dunfell needs this fix as well.
In my test queue now. Thanks! Steve >> On 3/6/22 3:08 PM, Jose Quaresma wrote: >> > When inside the threadedpool we make a copy of the localdata >> > to avoid some race condition, so we need to use this new >> > localdata2 and stop write the shared localdata. >> > >> > Signed-off-by: Jose Quaresma <[email protected]> >> > --- >> > meta/classes/sstate.bbclass | 2 +- >> > 1 file changed, 1 insertion(+), 1 deletion(-) >> > >> > diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass >> > index dc9a2c085b..7aca415159 100644 >> > --- a/meta/classes/sstate.bbclass >> > +++ b/meta/classes/sstate.bbclass >> > @@ -988,7 +988,7 @@ def sstate_checkhashes(sq_data, d, siginfo=False, >> > currentcount=0, summary=True, >> > >> > localdata2 = bb.data.createCopy(localdata) >> > srcuri = "file://" + sstatefile >> > - localdata.setVar('SRC_URI', srcuri) >> > + localdata2.setVar('SRC_URI', srcuri) >> > bb.debug(2, "SState: Attempting to fetch %s" % srcuri) >> > >> > import traceback >> > >> > >> > >> > >> > >> >> >> > > > -- > Best regards, > > José Quaresma > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#162858): https://lists.openembedded.org/g/openembedded-core/message/162858 Mute This Topic: https://lists.openembedded.org/mt/89597961/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
