summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2018-09-06 12:29:13 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-09-06 23:43:34 +0100
commitdabce3f4f9db7d57348eeb8608323687cff91e82 (patch)
treee1d0da9b3f9d424cc1387bdd67a3cbe9df962cd4
parent12baebac49ab774935f1f71eaaf22ed696366d10 (diff)
downloadopenembedded-core-dabce3f4f9db7d57348eeb8608323687cff91e82.tar.gz
dos2unix: fix upstream version check
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/dos2unix/dos2unix_7.4.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb
index 9964315ee7..9a71270683 100644
--- a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb
+++ b/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb
@@ -9,6 +9,7 @@ LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1b78fca784db24f4a40e30b300787f3f"
SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix"
+UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
# Release 7.4.0
SRCREV = "1182533bde3c1fe65be2ead465e87671faa2c027"