summaryrefslogtreecommitdiffstats
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:45:36 +0100
commit014467aeeb62e3157e471b2957f9db1c9856b447 (patch)
tree92508773b85a660b0f30a3d5a9811cffc792a4d7 /meta/recipes-devtools/dnf
parent7b5813f4166378a708b264c2e478c4cd064cdfe1 (diff)
downloadpoky-014467aeeb62e3157e471b2957f9db1c9856b447.tar.gz
dnf: fix upstream version check
(From OE-Core rev: dd277817ae0e1a8e8e604d7d822c3388eb2a3048) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \
15 15
16PV = "2.3.0" 16PV = "2.3.0"
17SRCREV = "242079563b54b4714c889fd4ee32e8dd9960f3b8" 17SRCREV = "242079563b54b4714c889fd4ee32e8dd9960f3b8"
18UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
18 19
19S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
20 21