diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2018-09-06 12:29:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-10 12:13:06 +0100 |
commit | b0c7ed82694b7bad9d14bab9692f54a44b863583 (patch) | |
tree | b49e65a3d85f9da4f5cfdfab5e2dc367e76c6027 /meta/recipes-devtools/meson/meson.inc | |
parent | 2636881461c9eeb93ecd3c1ff8aa6d25d2d0a31f (diff) | |
download | poky-b0c7ed82694b7bad9d14bab9692f54a44b863583.tar.gz |
meson: update to 0.47.2
Drop backported patches, refresh the rest.
(From OE-Core rev: 6c09949663a02015dc8a7b80f581e4867afdd7e3)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.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 | 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 b5dfa2c2a2..e7f999a205 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -9,19 +9,17 @@ 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://0004-Prettifying-some-output-with-pathlib.patch \ | ||
13 | file://0005-Set-the-meson-command-to-use-when-we-know-what-it-is.patch \ | ||
14 | file://0001-Validate-cpu_family-3753.patch \ | ||
15 | file://0002-Make-CPU-family-warnings-fatal.patch \ | 12 | file://0002-Make-CPU-family-warnings-fatal.patch \ |
16 | file://0003-Send-user-to-our-wiki-instead-of-Meson-bug-system.patch \ | 13 | file://0003-Send-user-to-our-wiki-instead-of-Meson-bug-system.patch \ |
17 | file://0001-mesonbuild-Recognise-risc-v-architecture.patch \ | ||
18 | file://0001-Support-building-allarch-recipes-again.patch \ | 14 | file://0001-Support-building-allarch-recipes-again.patch \ |
19 | " | 15 | " |
16 | SRC_URI[sha256sum] = "92d8afd921751261e36151643464efd3394162f69efbe8cd53e0a66b1cf395eb" | ||
17 | SRC_URI[md5sum] = "31bda3519d8c0eb3438267268a78085e" | ||
20 | 18 | ||
21 | SRC_URI[md5sum] = "1698f6526574839de5dcdc45e3f7d582" | ||
22 | SRC_URI[sha256sum] = "19497a03e7e5b303d8d11f98789a79aba59b5ad4a81bd00f4d099be0212cee78" | ||
23 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | 19 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" |
24 | 20 | ||
25 | inherit setuptools3 | 21 | inherit setuptools3 |
26 | 22 | ||
27 | RDEPENDS_${PN} = "ninja python3-core python3-modules" | 23 | RDEPENDS_${PN} = "ninja python3-core python3-modules" |
24 | |||
25 | FILES_${PN} += "${datadir}/polkit-1" | ||