]> code.ossystems Code Review - openembedded-core.git/commit
meson: fix native/host confusion in gobject-introspection
authorRoss Burton <ross@burtonini.com>
Thu, 25 Mar 2021 17:38:59 +0000 (17:38 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 30 Mar 2021 23:05:42 +0000 (00:05 +0100)
commit958d7f8cebe863705dc6710b671764879ea68575
tree3e1c99e5cd4ec8d6998e47186b7714bcc7d7ff84
parentc032297695e9e4bb4d0fb12dc883044bdfa870f2
meson: fix native/host confusion in gobject-introspection

When building G-I we want to use *native* binaries (as they need to be
executed) but the *cross* libraries, as otherwise when using the correct
pkg-config binary in native lookups Meson will end up linking native and
cross libraries together.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/gi-target-dep.patch [new file with mode: 0644]