]> code.ossystems Code Review - openembedded-core.git/commitdiff
libdnf: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 10 Mar 2020 19:43:28 +0000 (20:43 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Mar 2020 11:44:12 +0000 (11:44 +0000)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libdnf/libdnf_0.28.1.bb

index 163a2eec26d88af99e0d03e91d66a6dfd45fbf39..cc2ceb881675d0f945c37f89c3a16975073108b1 100644 (file)
@@ -12,6 +12,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf \
            "
 
 SRCREV = "751f89045b80d58c0d05800f74357cf78cdf7e77"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"