]> code.ossystems Code Review - openembedded-core.git/commitdiff
dos2unix: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 6 Sep 2018 10:29:13 +0000 (12:29 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 6 Sep 2018 22:43:34 +0000 (23:43 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/dos2unix/dos2unix_7.4.0.bb

index 9964315ee765f67070b8fec4cf9c52db47554a59..9a712706839530b22a3e108f411b368f937d912a 100644 (file)
@@ -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"