diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-07-30 17:54:25 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-08-03 23:56:00 +0100 |
commit | 0aa7a34141807ea73d31374e1431bb0bc78b8f11 (patch) | |
tree | 05be17d5b1882bbe10778d729194103c3fe37174 /meta/recipes-devtools/meson/meson.inc | |
parent | a76b6b317c9b9d8aef348f4639de8b0224d27a4d (diff) | |
download | poky-0aa7a34141807ea73d31374e1431bb0bc78b8f11.tar.gz |
meson: update 0.50.1 -> 0.51.1
Drop backports.
Rebase other patches.
(From OE-Core rev: 3251ce439ea164fcf230dcede06da1a05b5c6775)
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 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 6a723683cc..b9a05967f4 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -11,15 +11,13 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P | |||
11 | file://0001-python-module-do-not-manipulate-the-environment-when.patch \ | 11 | file://0001-python-module-do-not-manipulate-the-environment-when.patch \ |
12 | file://disable-rpath-handling.patch \ | 12 | file://disable-rpath-handling.patch \ |
13 | file://cross-prop-default.patch \ | 13 | file://cross-prop-default.patch \ |
14 | file://load-configs-generalise-search-path.patch \ | ||
15 | file://0007-mesonbuild-allow-multiple-cross-file-options.patch \ | ||
16 | file://0001-environment.py-detect-windows-also-if-the-system-str.patch \ | 14 | file://0001-environment.py-detect-windows-also-if-the-system-str.patch \ |
17 | file://0001-mesonbuild-environment.py-do-not-determine-whether-a.patch \ | 15 | file://0001-mesonbuild-environment.py-do-not-determine-whether-a.patch \ |
18 | file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \ | 16 | file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \ |
19 | file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ | 17 | file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ |
20 | " | 18 | " |
21 | SRC_URI[sha256sum] = "f68f56d60c80a77df8fc08fa1016bc5831605d4717b622c96212573271e14ecc" | 19 | SRC_URI[sha256sum] = "f27b7a60f339ba66fe4b8f81f0d1072e090a08eabbd6aa287683b2c2b9dd2d82" |
22 | SRC_URI[md5sum] = "24a6527796115828d2ebc75880e18d62" | 20 | SRC_URI[md5sum] = "48787e391ec5c052799a3dd491f73909" |
23 | 21 | ||
24 | SRC_URI_append_class-native = " \ | 22 | SRC_URI_append_class-native = " \ |
25 | file://0001-Make-CPU-family-warnings-fatal.patch \ | 23 | file://0001-Make-CPU-family-warnings-fatal.patch \ |