From: Alexander Kanavin Date: Tue, 19 Jan 2016 15:37:37 +0000 (+0200) Subject: libsolv: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27599 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=282dc2fd840a3220fd91ca5a26c14bfe6e0c27e3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libsolv: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/libsolv/libsolv_git.bb b/meta/recipes-extended/libsolv/libsolv_git.bb index 78a2d5186ea..266d4b651cf 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\d+(\.\d+)+)" S = "${WORKDIR}/git"