Re: [OE-core] [PATCH] package.py: Add Requires.private field in process_pkgconfig

2024-06-27 Thread Richard Purdie
On Thu, 2024-06-27 at 11:29 +0200, Alexandre Belloni via lists.openembedded.org wrote: > I believe this causes the following reproducibility failures: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4998/steps/13/logs/stdio > > https://autobuilder.yocto.io/pub/repro-fail/oe

Re: [OE-core] [PATCH] package.py: Add Requires.private field in process_pkgconfig

2024-06-27 Thread Alexandre Belloni via lists.openembedded.org
I believe this causes the following reproducibility failures: https://autobuilder.yoctoproject.org/typhoon/#/builders/117/builds/4998/steps/13/logs/stdio https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20240627-3tyeozgn/packages/diff-html/ On 26/06/2024 14:05:00+, Sreejith Ravi

[OE-core] [PATCH] package.py: Add Requires.private field in process_pkgconfig

2024-06-26 Thread Sreejith Ravi
Currently, the process_pkgconfig() only handles the "Requires" key field from the .pc file and ignores the "Requires.private" field while generating the dev dependency chain. This results in a broken dependency list and requires the installation of recommended packages to resolve the build dependen