[OE-core] [PATCH v2] babeltrace: only check latest git tag version for 1.x.x

Anders Wallin wallinux at gmail.com
Tue Mar 3 15:54:20 UTC 2020


version 2.x.x will be added with a new babeltrace2 recipe

Signed-off-by: Anders Wallin <wallinux at gmail.com>
---
 meta/recipes-kernel/lttng/babeltrace_1.5.8.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
index c050dc674d..4d2492a170 100644
--- a/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
+++ b/meta/recipes-kernel/lttng/babeltrace_1.5.8.bb
@@ -11,7 +11,7 @@ SRC_URI = "git://git.linuxfoundation.org/diamon/babeltrace.git;branch=stable-1.5
 	   file://run-ptest \
 	  "
 SRCREV = "054a54ae10b01a271afc4f19496c041b10fb414c"
-UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)$"
+UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>1(\.\d+)+)$"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



More information about the Openembedded-core mailing list