Re: [OE-core] scarthgap build errors

2024-10-15 Thread Alexander Kanavin
On Tue, 15 Oct 2024 at 14:43, Zoltan Boszormenyi via lists.openembedded.org wrote: > I found build errors in scarthgap while trying to update > my meta-python-ai layer to be Yocto 5.1 compatible. > > 1. python3-pandas needs "inherit pkgconfig" > > The pandas version now uses the mesonpy build syst

[OE-core] scarthgap build errors

2024-10-15 Thread Zoltan Boszormenyi
Hi, I found build errors in scarthgap while trying to update my meta-python-ai layer to be Yocto 5.1 compatible. 1. python3-pandas needs "inherit pkgconfig" The pandas version now uses the mesonpy build system and in turn meson. The latter complains about the lack of pkg-config. Adding "inherit