From: Alexander Kanavin Date: Tue, 19 Jan 2016 15:37:37 +0000 (+0200) Subject: libsolv: fix upstream version check X-Git-Tag: 2016-4~1489 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=282dc2fd840a3220fd91ca5a26c14bfe6e0c27e3;p=openembedded-core.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 78a2d5186e..266d4b651c 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"