]> code.ossystems Code Review - openembedded-core.git/commitdiff
chkconfig: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Thu, 23 May 2019 10:39:00 +0000 (12:39 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 27 May 2019 16:06:28 +0000 (17:06 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/chkconfig/chkconfig_1.3.58.bb

index 788a37b6ed06ddf28f2f081b94134c5263b7f4b8..d21dd697042f7f479a150fa6356f1b3fc726e80b 100644 (file)
@@ -23,6 +23,7 @@ SRC_URI = "git://github.com/fedora-sysv/chkconfig.git \
           "
 
 SRCREV = "3e0b3909ff6328d232b27b9c32f1a9309c6cd0a4"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"