diff options
Diffstat (limited to 'meta/recipes-devtools/meson/meson.inc')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index f60381453b..7ddfccf2d6 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -16,9 +16,8 @@ SRC_URI = "https://github.com/mesonbuild/meson/releases/download/${PV}/meson-${P | |||
16 | file://gi-target-dep.patch \ | 16 | file://gi-target-dep.patch \ |
17 | file://0001-Make-CPU-family-warnings-fatal.patch \ | 17 | file://0001-Make-CPU-family-warnings-fatal.patch \ |
18 | file://0002-Support-building-allarch-recipes-again.patch \ | 18 | file://0002-Support-building-allarch-recipes-again.patch \ |
19 | file://4e312c19e693a69b0650ce6c8a8903163c959996.patch \ | ||
20 | " | 19 | " |
21 | SRC_URI[sha256sum] = "f4820df0bc969c99019fd4af8ca5f136ee94c63d8a5ad67e7eb73bdbc9182fdd" | 20 | SRC_URI[sha256sum] = "3144a3da662fcf79f1e5602fa929f2821cba4eba28c2c923fe0a7d3e3db04d5d" |
22 | 21 | ||
23 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | 22 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" |
24 | UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" | 23 | UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" |