[OE-core] [PATCH 03/10] babeltrace: fix upstream version check

Alexander Kanavin alexander.kanavin at linux.intel.com
Thu May 17 11:38:30 UTC 2018


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

diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
index 2a2fa1e5b1d..b247fb0f9b6 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.5.5.bb
@@ -9,6 +9,7 @@ DEPENDS = "glib-2.0 util-linux popt bison-native flex-native"
 
 SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5"
 SRCREV = "d68a4daf85c73ab7d7070de0c98d0c170af4758e"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.0




More information about the Openembedded-core mailing list