diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-10 12:35:28 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-05-23 17:43:59 +0100 |
commit | dd277817ae0e1a8e8e604d7d822c3388eb2a3048 (patch) | |
tree | e804bcdc31748926889bad9514db5d3230a0de60 | |
parent | 0bdb2260359b5e72c697ed4484e0d7f1230ab050 (diff) | |
download | openembedded-core-dd277817ae0e1a8e8e604d7d822c3388eb2a3048.tar.gz openembedded-core-dd277817ae0e1a8e8e604d7d822c3388eb2a3048.tar.bz2 openembedded-core-dd277817ae0e1a8e8e604d7d822c3388eb2a3048.zip |
dnf: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-devtools/dnf/dnf_git.bb | 1 |
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" |