diff options
author | Ross Burton <ross.burton@intel.com> | 2018-09-25 14:43:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-25 23:15:49 +0100 |
commit | 802a7c186719390375fa44b0b9857f7f4ef8f10f (patch) | |
tree | fbf9a112b00479db79ddf0bc6fbfcb4262895b24 /meta/recipes-devtools/meson | |
parent | bfeeefa5975fb293573de87dc89ed0bd8eb2ddae (diff) | |
download | poky-802a7c186719390375fa44b0b9857f7f4ef8f10f.tar.gz |
meson: make native-specific patches native-specific
These two patches are only relevant for builds inside OpenEmbedded, so make them
native-specific.
(From OE-Core rev: 63c89efde45b4aef873e2086b201cad538e42044)
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')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 205d2a4abd..b7fb3e698a 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -9,14 +9,16 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P | |||
9 | file://0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch \ | 9 | file://0002-gobject-introspection-determine-g-ir-scanner-and-g-i.patch \ |
10 | file://0001-Linker-rules-move-cross_args-in-front-of-output_args.patch \ | 10 | file://0001-Linker-rules-move-cross_args-in-front-of-output_args.patch \ |
11 | file://0003-native_bindir.patch \ | 11 | file://0003-native_bindir.patch \ |
12 | file://0002-Make-CPU-family-warnings-fatal.patch \ | ||
13 | file://0001-Support-building-allarch-recipes-again.patch \ | ||
14 | file://gi-flags.patch \ | 12 | file://gi-flags.patch \ |
15 | file://gtkdoc-flags.patch \ | 13 | file://gtkdoc-flags.patch \ |
16 | " | 14 | " |
17 | SRC_URI[sha256sum] = "92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb" | 15 | SRC_URI[sha256sum] = "92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb" |
18 | SRC_URI[md5sum] = "31bda3519d8c0eb3438267268a78085e" | 16 | SRC_URI[md5sum] = "31bda3519d8c0eb3438267268a78085e" |
19 | 17 | ||
18 | SRC_URI_append_class-native = "file://0002-Make-CPU-family-warnings-fatal.patch \ | ||
19 | file://0001-Support-building-allarch-recipes-again.patch \ | ||
20 | " | ||
21 | |||
20 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | 22 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" |
21 | 23 | ||
22 | inherit setuptools3 | 24 | inherit setuptools3 |