Re: [OE-core] [PATCH v2 1/3] meson: fix native/host confusion in gobject-introspection
From: Khem Raj <hidden>
Date: 2021-03-26 18:49:07
From: Khem Raj <hidden>
Date: 2021-03-26 18:49:07
I am seeing some failures https://errors.yoctoproject.org/Errors/Details/574541/ On Thu, Mar 25, 2021 at 12:08 PM Ross Burton [off-list ref] wrote:
On Thu, 25 Mar 2021 at 18:15, Alexander Kanavin [off-list ref] wrote:quoted
I don't think I fully understand this. Is g-i in meson projects already broken for a while (there was a bit of refactor in the latest meson version, which I tested, but perhaps not well enough), or is this necessary for the other patches in your set?I just sent a mail which sort-of answers this question without seeing it. Basically, the change is that Meson now knows that it should call pkg-config-native for native pkgconfig lookups. Before, it was using pkg-config. As far as I can tell there is very little code which hits that codepath, so we didn't notice. When setting pkgconfig-native correctly, this broke. Ross