summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-07-03 00:19:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-05 10:59:40 +0100
commite872d4ea6eb7d0e08a780a64baff09ea9a79fd77 (patch)
treecab1633cd8acecd0b8c1c84802738882e525ac1f /meta
parentb77230c0108bd48fb93c3a39e22ed94c304f9667 (diff)
downloadpoky-e872d4ea6eb7d0e08a780a64baff09ea9a79fd77.tar.gz
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>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/iputils/iputils_20210202.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/iputils/iputils_20210202.bb b/meta/recipes-extended/iputils/iputils_20210202.bb
index 6200b2c1d7..02a303782e 100644
--- a/meta/recipes-extended/iputils/iputils_20210202.bb
+++ b/meta/recipes-extended/iputils/iputils_20210202.bb
@@ -17,7 +17,7 @@ SRCREV = "cc16da6b574ce6637f3e6e9ab3c1a728663006ff"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>s\d+)" 20UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>20\d+)"
21 21
22# Fixed in 2000-10-10, but the versioning of iputils 22# Fixed in 2000-10-10, but the versioning of iputils
23# breaks the version order. 23# breaks the version order.