diff options
author | Ross Burton <ross.burton@intel.com> | 2018-09-25 16:18:43 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-25 23:15:49 +0100 |
commit | bfeeefa5975fb293573de87dc89ed0bd8eb2ddae (patch) | |
tree | 81edcef23358135baca9bb3c66e9e44742ae1ef3 /meta/recipes-devtools/meson/meson.inc | |
parent | feb5e7ed50dc39f3a2fef37cc198543e0dc77344 (diff) | |
download | poky-bfeeefa5975fb293573de87dc89ed0bd8eb2ddae.tar.gz |
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.
(From OE-Core rev: bf41247f52ffd40d91d94d1fc983f8a831b80e48)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index cfb831b106..205d2a4abd 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -11,6 +11,8 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P | |||
11 | file://0003-native_bindir.patch \ | 11 | file://0003-native_bindir.patch \ |
12 | file://0002-Make-CPU-family-warnings-fatal.patch \ | 12 | file://0002-Make-CPU-family-warnings-fatal.patch \ |
13 | file://0001-Support-building-allarch-recipes-again.patch \ | 13 | file://0001-Support-building-allarch-recipes-again.patch \ |
14 | file://gi-flags.patch \ | ||
15 | file://gtkdoc-flags.patch \ | ||
14 | " | 16 | " |
15 | SRC_URI[sha256sum] = "92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb" | 17 | SRC_URI[sha256sum] = "92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb" |
16 | SRC_URI[md5sum] = "31bda3519d8c0eb3438267268a78085e" | 18 | SRC_URI[md5sum] = "31bda3519d8c0eb3438267268a78085e" |