Re: [OE-core] [PATCH] systemd: more optimistic dlopen notes processing

2024-11-25 Thread Dan McGregor via lists.openembedded.org
On Mon, 25 Nov 2024 at 10:37, Ross Burton wrote: > > On 25 Nov 2024, at 15:47, Dan McGregor via lists.openembedded.org > wrote: > > > > From: Dan McGregor > > > > Ignore shared object names that differ from names we've already > > processed only by their version number. This assumes that the >

Re: [OE-core] [PATCH] systemd: more optimistic dlopen notes processing

2024-11-25 Thread Ross Burton via lists.openembedded.org
On 25 Nov 2024, at 15:47, Dan McGregor via lists.openembedded.org wrote: > > From: Dan McGregor > > Ignore shared object names that differ from names we've already > processed only by their version number. This assumes that the > highest priority is first in the list, and ignores those later >

[OE-core] [PATCH] systemd: more optimistic dlopen notes processing

2024-11-25 Thread Dan McGregor via lists.openembedded.org
From: Dan McGregor Ignore shared object names that differ from names we've already processed only by their version number. This assumes that the highest priority is first in the list, and ignores those later in the list if we've alredy found one. I saw this with the qrencode PACKAGECONFIG enable