diff options
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 61b2391484..ef8c5aefa5 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -9,17 +9,15 @@ 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://gi-flags.patch \ | ||
13 | file://gtkdoc-flags.patch \ | ||
14 | file://0001-python-module-do-not-manipulate-the-environment-when.patch \ | 12 | file://0001-python-module-do-not-manipulate-the-environment-when.patch \ |
15 | file://disable-rpath-handling.patch \ | 13 | file://disable-rpath-handling.patch \ |
16 | " | 14 | " |
17 | SRC_URI[sha256sum] = "92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb" | 15 | SRC_URI[sha256sum] = "fb0395c4ac208eab381cd1a20571584bdbba176eb562a7efa9cb17cace0e1551" |
18 | SRC_URI[md5sum] = "31bda3519d8c0eb3438267268a78085e" | 16 | SRC_URI[md5sum] = "3c35b91e8040901034809576d54007c6" |
19 | 17 | ||
20 | SRC_URI_append_class-native = " \ | 18 | SRC_URI_append_class-native = " \ |
21 | file://0002-Make-CPU-family-warnings-fatal.patch \ | 19 | file://0001-Make-CPU-family-warnings-fatal.patch \ |
22 | file://0001-Support-building-allarch-recipes-again.patch \ | 20 | file://0002-Support-building-allarch-recipes-again.patch \ |
23 | " | 21 | " |
24 | 22 | ||
25 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | 23 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" |