From: Alexander Kanavin Date: Wed, 10 May 2017 09:35:28 +0000 (+0300) Subject: dnf: fix upstream version check X-Git-Tag: uninative-1.7~798 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dd277817ae0e1a8e8e604d7d822c3388eb2a3048;p=openembedded-core.git dnf: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/dnf/dnf_git.bb b/meta/recipes-devtools/dnf/dnf_git.bb index 62c7127ac8..c975900f85 100644 --- a/meta/recipes-devtools/dnf/dnf_git.bb +++ b/meta/recipes-devtools/dnf/dnf_git.bb @@ -15,6 +15,7 @@ SRC_URI = "git://github.com/rpm-software-management/dnf.git \ PV = "2.3.0" SRCREV = "242079563b54b4714c889fd4ee32e8dd9960f3b8" +UPSTREAM_CHECK_GITTAGREGEX = "(?P\d+(\.\d+)+)" S = "${WORKDIR}/git"