From: Alexander Kanavin Date: Thu, 23 May 2019 10:39:00 +0000 (+0200) Subject: chkconfig: fix upstream version check X-Git-Tag: yocto-4.0~9936 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f6eed8fa1df53acc7eba68cc9ce3bfcb2c66053;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git chkconfig: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb index 788a37b6ed0..d21dd697042 100644 --- a/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb +++ b/meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb @@ -23,6 +23,7 @@ SRC_URI = "git://github.com/fedora-sysv/chkconfig.git \ " SRCREV = "3e0b3909ff6328d232b27b9c32f1a9309c6cd0a4" +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"