summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson/meson.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-08 15:54:57 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-09 16:31:56 +0100
commit9ddc7aa0635632b839d2ed6c4d7a282f5c73408e (patch)
treeea7c29d4ecfe4791052f2be051412903ae87adc0 /meta/recipes-devtools/meson/meson.inc
parent796b9089c589fed1412ae85b0fd6e33a41cba234 (diff)
downloadpoky-9ddc7aa0635632b839d2ed6c4d7a282f5c73408e.tar.gz
meson: update to 0.50.1
None of the backported patches actually made it into this release. (From OE-Core rev: a443a765944797b2a62935fc7ea3a2dd827e3b1a) 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.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc
index 21d34da6ad..6a723683cc 100644
--- a/meta/recipes-devtools/meson/meson.inc
+++ b/meta/recipes-devtools/meson/meson.inc
@@ -18,8 +18,8 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P
18 file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \ 18 file://0001-mesonbuild-environment.py-check-environment-for-vari.patch \
19 file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ 19 file://0001-modules-python.py-do-not-substitute-python-s-install.patch \
20 " 20 "
21SRC_URI[sha256sum] = "2a1bc42dda58206fb922cda5e1ca95cc03ad126321d26acc47d3493ec4e7021f" 21SRC_URI[sha256sum] = "f68f56d60c80a77df8fc08fa1016bc5831605d4717b622c96212573271e14ecc"
22SRC_URI[md5sum] = "433483107fda4616eaf33de7e7083a84" 22SRC_URI[md5sum] = "24a6527796115828d2ebc75880e18d62"
23 23
24SRC_URI_append_class-native = " \ 24SRC_URI_append_class-native = " \
25 file://0001-Make-CPU-family-warnings-fatal.patch \ 25 file://0001-Make-CPU-family-warnings-fatal.patch \