mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
25c8903f6a
commit
60e787e202
@@ -26,6 +26,7 @@ SRC_URI_append_class-native = " \
|
||||
"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/mesonbuild/meson/releases"
|
||||
UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
inherit setuptools3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user