mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
iputils: correct upstream version check
(From OE-Core rev: fdb36b54a53405785c492e9f98e2ffcbcedec296) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> 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
b77230c010
commit
e872d4ea6e
@@ -17,7 +17,7 @@ SRCREV = "cc16da6b574ce6637f3e6e9ab3c1a728663006ff"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>s\d+)"
|
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>20\d+)"
|
||||||
|
|
||||||
# Fixed in 2000-10-10, but the versioning of iputils
|
# Fixed in 2000-10-10, but the versioning of iputils
|
||||||
# breaks the version order.
|
# breaks the version order.
|
||||||
|
|||||||
Reference in New Issue
Block a user