Re: [OE-core] [PATCH v2 1/3] meson: fix native/host confusion in gobject-introspection
From: Ross Burton <hidden>
Date: 2021-03-29 09:25:19
From: Ross Burton <hidden>
Date: 2021-03-29 09:25:19
This is the universe telling you that one line native file should have been put in oe-core. :) Ross On Fri, 26 Mar 2021 at 18:49, Khem Raj [off-list ref] wrote:
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:quoted
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