diff options
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 7 |
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 | " |
20 | SRC_URI[sha256sum] = "72e1c782ba9bda204f4a1ed57f98d027d7b6eb9414c723eebbd6ec7f1955c8a6" | 19 | SRC_URI[sha256sum] = "3a83e7b1c5de94fa991ec34d9b198d94f38ed699d3524cb0fdf3b99fd23d4cc5" |
21 | 20 | ||
22 | SRC_URI_append_class-native = " \ | 21 | SRC_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 | ||
28 | PR = "r1" | ||
29 | HASHEQUIV_HASH_VERSION .= ".1" | ||
30 | |||
31 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | 26 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" |
32 | UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" | 27 | UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" |
33 | 28 | ||