summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/meson/meson.inc
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-05-05 17:18:00 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-09 23:30:15 +0100
commitec0e1d4fb985361bce79d29afd52d61397d79561 (patch)
treeeb5469218905c932a2943578a23f4919a11ba769 /meta/recipes-devtools/meson/meson.inc
parent25fdd2816173d48c61cbeb33acbf49cac8c4373d (diff)
downloadpoky-ec0e1d4fb985361bce79d29afd52d61397d79561.tar.gz
meson: update 0.57.1 -> 0.57.2
(From OE-Core rev: 85345697c6e492598c882eb452b999b8a05f97a9) 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.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc
index e186dede92..10e7d8a1ce 100644
--- a/meta/recipes-devtools/meson/meson.inc
+++ b/meta/recipes-devtools/meson/meson.inc
@@ -14,20 +14,15 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P
14 file://disable-rpath-handling.patch \ 14 file://disable-rpath-handling.patch \
15 file://cross-prop-default.patch \ 15 file://cross-prop-default.patch \
16 file://0001-modules-python.py-do-not-substitute-python-s-install.patch \ 16 file://0001-modules-python.py-do-not-substitute-python-s-install.patch \
17 file://0001-minstall-Correctly-set-uid-gid-of-installed-files.patch \
18 file://gi-target-dep.patch \ 17 file://gi-target-dep.patch \
19 " 18 "
20SRC_URI[sha256sum] = "72e1c782ba9bda204f4a1ed57f98d027d7b6eb9414c723eebbd6ec7f1955c8a6" 19SRC_URI[sha256sum] = "3a83e7b1c5de94fa991ec34d9b198d94f38ed699d3524cb0fdf3b99fd23d4cc5"
21 20
22SRC_URI_append_class-native = " \ 21SRC_URI_append_class-native = " \
23 file://0001-Make-CPU-family-warnings-fatal.patch \ 22 file://0001-Make-CPU-family-warnings-fatal.patch \
24 file://0002-Support-building-allarch-recipes-again.patch \ 23 file://0002-Support-building-allarch-recipes-again.patch \
25" 24"
26 25
27# remove at next version upgrade or when output changes
28PR = "r1"
29HASHEQUIV_HASH_VERSION .= ".1"
30
31UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" 26UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
32UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" 27UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
33 28