aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/dnf
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2017-05-10 12:35:28 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-23 17:43:59 +0100
commitdd277817ae0e1a8e8e604d7d822c3388eb2a3048 (patch)
treee804bcdc31748926889bad9514db5d3230a0de60 /meta/recipes-devtools/dnf
parent0bdb2260359b5e72c697ed4484e0d7f1230ab050 (diff)
downloadopenembedded-core-contrib-dd277817ae0e1a8e8e604d7d822c3388eb2a3048.tar.gz
dnf: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/dnf')
-rw-r--r--meta/recipes-devtools/dnf/dnf_git.bb1
1 files changed, 1 insertions, 0 deletions
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<pver>\d+(\.\d+)+)"
S = "${WORKDIR}/git"