mirror of
git://git.yoctoproject.org/poky
synced 2026-08-13 14:10:39 +00: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:
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+)+))$"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user