mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
asciidoc: fix upstream check
Detect versions with numbers only and ignore the pre-release versions. (From OE-Core rev: e632b97d2411bc4510c54f6ac32ffa9042f69034) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0c4c9d8d0e
commit
50ed28be5a
@@ -29,3 +29,5 @@ RDEPENDS_${PN} += "python3"
|
||||
RDEPENDS_remove_class-native = "python3"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))$"
|
||||
|
||||
Reference in New Issue
Block a user