diff options
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 |