]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsolv: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Tue, 19 Jan 2016 15:37:37 +0000 (17:37 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 19 Jan 2016 21:29:47 +0000 (21:29 +0000)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/libsolv/libsolv_git.bb

index 78a2d5186ead428e60544749456a6ff7d3ecac99..266d4b651cf1101e37085b9bca4c2007a6f6e18b 100644 (file)
@@ -11,6 +11,7 @@ PV = "0.6.14+git${SRCPV}"
 
 SRC_URI = "git://github.com/openSUSE/libsolv.git"
 SRCREV = "b1ea39233f86cd62fbab1964d7497244f6be0087"
+UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
 
 S = "${WORKDIR}/git"