From: Alexander Kanavin Date: Thu, 23 May 2019 10:39:00 +0000 (+0200) Subject: chkconfig: fix upstream version check X-Git-Tag: uninative-2.5~32 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1f6eed8fa1df53acc7eba68cc9ce3bfcb2c66053;p=openembedded-core.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 788a37b6ed..d21dd69704 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"