]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
reproducible: Fix race with externalsrc/devtool over lockfile
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Jan 2024 15:22:38 +0000 (15:22 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 19 Jan 2024 11:53:56 +0000 (11:53 +0000)
commit4bc0eb4bd90e6e6e46581a8ed367212bdd910a26
treed2c4134ec17999e12d5cb0ac32217bdb7023f72c
parent716d82352545d3667a658b69d65d6127678dd150
reproducible: Fix race with externalsrc/devtool over lockfile

We occasionally see races over the lockfile used by externalsrc/devtool
when walking files for the source_date_epock calculation. Skip this file
if present to avoid the issues and fix a real issue where SDE could be
contaminated too.

[YOCTO #14921]

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oe/reproducible.py