1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

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>
This commit is contained in:
Alexander Kanavin
2017-05-10 12:35:28 +03:00
committed by Richard Purdie
parent 7b5813f416
commit 014467aeeb
+1
View File
@@ -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"