diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-05 15:01:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-07 12:16:00 +0100 |
commit | 60e787e20272b9da5b5f9f778b77440f0a8701e5 (patch) | |
tree | 6c4228ce581ccdf501d04333d2fe38facda2c2ca /meta/recipes-devtools | |
parent | 25c8903f6a471e93d30f51cb5eb09c87c6c9f786 (diff) | |
download | poky-60e787e20272b9da5b5f9f778b77440f0a8701e5.tar.gz |
meson: fix upstream version check
(From OE-Core rev: 95140100585311860446b053a046c16ff059b3c0)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/meson/meson.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/meson/meson.inc b/meta/recipes-devtools/meson/meson.inc index 50fb41ac98..0a58c971ae 100644 --- a/meta/recipes-devtools/meson/meson.inc +++ b/meta/recipes-devtools/meson/meson.inc | |||
@@ -26,6 +26,7 @@ SRC_URI_append_class-native = " \ | |||
26 | " | 26 | " |
27 | 27 | ||
28 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" | 28 | UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases" |
29 | UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar" | ||
29 | 30 | ||
30 | inherit setuptools3 | 31 | inherit setuptools3 |
31 | 32 | ||