mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
unfs3: correct upstream version check
(From OE-Core rev: 70897a57b2f3f0eaaa937fe84383d6e26cd62c72) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bd156c4618
commit
c631d4da79
@@ -28,7 +28,7 @@ SRC_URI = "git://github.com/unfs3/unfs3.git;protocol=https;branch=master \
|
||||
file://no-yywrap.patch \
|
||||
"
|
||||
SRCREV = "c12a5c69a8d59be6916cbd0e0f41c159f1962425"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>.+)"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "unfs3\-(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
PV = "0.9.22+${SRCPV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user