From: Alexander Kanavin Date: Tue, 10 Mar 2020 19:43:28 +0000 (+0100) Subject: libdnf: fix upstream version check X-Git-Tag: 2020-04-dunfell~204 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=206580e72336229f8044eb941ecb09d3f0d60d3e;p=openembedded-core.git libdnf: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb b/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb index 163a2eec26..cc2ceb8816 100644 --- a/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb +++ b/meta/recipes-devtools/libdnf/libdnf_0.28.1.bb @@ -12,6 +12,7 @@ SRC_URI = "git://github.com/rpm-software-management/libdnf \ " SRCREV = "751f89045b80d58c0d05800f74357cf78cdf7e77" +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"