Re: [OE-core] [PATCH 1/2] base: Don't add duplicates to sys.path

2022-03-31 Thread Ross Burton
Oh, this might explain some weird errors I was having. See the de-duplication patch last week or so for oeqa. Ross On Thu, 31 Mar 2022 at 12:01, Richard Purdie wrote: > > We can re-trigger this code and there is little point in stacking a ton of > duplicate > paths which just waste time

[OE-core] [PATCH 1/2] base: Don't add duplicates to sys.path

2022-03-31 Thread Richard Purdie
We can re-trigger this code and there is little point in stacking a ton of duplicate paths which just waste time during searches for modules. This could in theory alter layer module search order but that seems unlikely in common use. Signed-off-by: Richard Purdie --- meta/classes/base.bbclass