]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
insane: Don't used cachedpath for os.lstat()
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Oct 2024 10:05:59 +0000 (11:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Oct 2024 20:41:57 +0000 (21:41 +0100)
commitfa771ae887ab5152f043748cf3419735831bcf7b
tree7b63e66f849179a0a827bf55e99e1c8e28a47541
parentbb991988cb23be2c8947171726ada321f27e6eed
insane: Don't used cachedpath for os.lstat()

The functions behave slightly differently to the functions they're
caching and the use in insane.bbclass isn't compatible. For now, to
avoid build failures, switch back to the stat calls. We may be able
to improve cachedpath or change the call sites.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes-global/insane.bbclass
meta/lib/oe/cachedpath.py