summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/dos2unix
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-10 12:13:05 +0100
commitb9036bcf1b63ee8971063ee36006cf73f58a03d2 (patch)
treed717b2fea23cd7942ef1970943d844dc9d8ef55f /meta/recipes-support/dos2unix
parent050e3e48f06fb16ce2f622d6e591e35a48249bcd (diff)
downloadpoky-b9036bcf1b63ee8971063ee36006cf73f58a03d2.tar.gz
dos2unix: fix upstream version check
(From OE-Core rev: dabce3f4f9db7d57348eeb8608323687cff91e82) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/dos2unix')
-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"
9LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1b78fca784db24f4a40e30b300787f3f" 9LIC_FILES_CHKSUM = "file://COPYING.txt;md5=1b78fca784db24f4a40e30b300787f3f"
10 10
11SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix" 11SRC_URI = "git://git.code.sf.net/p/dos2unix/dos2unix"
12UPSTREAM_CHECK_GITTAGREGEX = "dos2unix-(?P<pver>(\d+(\.\d+)+))"
12 13
13# Release 7.4.0 14# Release 7.4.0
14SRCREV = "1182533bde3c1fe65be2ead465e87671faa2c027" 15SRCREV = "1182533bde3c1fe65be2ead465e87671faa2c027"