[OE-core] [PATCH 06/12] libsolv: fix upstream version check

Alexander Kanavin alexander.kanavin at linux.intel.com
Tue Jan 19 15:37:37 UTC 2016


Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/recipes-extended/libsolv/libsolv_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb
index 78a2d51..266d4b6 100644
--- a/meta/recipes-extended/libsolv/libsolv_git.bb
+++ b/meta/recipes-extended/libsolv/libsolv_git.bb
@@ -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"
 
-- 
2.6.4




More information about the Openembedded-core mailing list