]> code.ossystems Code Review - openembedded-core.git/commit
meson: respect target/native flag distinction in G-I and gtk-doc
authorRoss Burton <ross.burton@intel.com>
Tue, 25 Sep 2018 15:18:43 +0000 (16:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Sep 2018 22:15:42 +0000 (23:15 +0100)
commitbf41247f52ffd40d91d94d1fc983f8a831b80e48
tree62f5148b29a81cc58f732264ded2e23aa0ccb62a
parent4ca0002860dca771836c0ce1c7a92b79a5f2db3f
meson: respect target/native flag distinction in G-I and gtk-doc

Remove the previous attempt at this from
0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch as it wasn't quite
right, and the rest of the patch is adding the currently not upstreamable runner
option.

Add two new patches to fix both gobject-introspection and gtk-doc using native
flags for target compiles.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/meson/meson.inc
meta/recipes-devtools/meson/meson/0001-gtkdoc-fix-issues-that-arise-when-cross-compiling.patch
meta/recipes-devtools/meson/meson/gi-flags.patch [new file with mode: 0644]
meta/recipes-devtools/meson/meson/gtkdoc-flags.patch [new file with mode: 0644]