From: Alexander Kanavin Date: Thu, 6 Sep 2018 10:29:13 +0000 (+0200) Subject: dos2unix: fix upstream version check X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9036bcf1b63ee8971063ee36006cf73f58a03d2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git dos2unix: fix upstream version check (From OE-Core rev: dabce3f4f9db7d57348eeb8608323687cff91e82) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb b/meta/recipes-support/dos2unix/dos2unix_7.4.0.bb index 9964315ee76..9a712706839 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(\d+(\.\d+)+))" # Release 7.4.0 SRCREV = "1182533bde3c1fe65be2ead465e87671faa2c027"