From 005377ea98f73af37dc8596668ab40e6b63c0b28 Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Thu, 11 Sep 2025 22:36:13 +0200 Subject: [PATCH] babeltrace2: upgrade 2.1.1 -> 2.1.2 shortlog: src.ctf.fs: be less strict when encountering trailing byte at the end of packetized CTF 1.8 metadata tests: add bt_test_cli tests: make bt_cli accept non-positional options tests: bt_diff_cli: don't pass unexpected extra args to bt_diff tests: remove unnecessary nonlocal keywords Fix: Python: set local typing version to that of 3.5.2 Fix: Python: missing __contains__ method for _PluginComponentClasses Fix: tests: Add explicit items method for Mapping compatibility Tests: sync normand.py with upstream Fix: tests: Add explicit __iter__ method for Iterator compatibility Fix: Use local_typing with Python < 3.5.3 ptest results: 1..19926 DURATION: 127 END: /usr/lib/babeltrace2/ptest 2025-09-11T20:25 STOP: ptest-runner TOTAL: 1 FAIL: 0 Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- .../lttng/{babeltrace2_2.1.1.bb => babeltrace2_2.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-kernel/lttng/{babeltrace2_2.1.1.bb => babeltrace2_2.1.2.bb} (99%) diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb b/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb similarity index 99% rename from meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb rename to meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb index 945f82ef34..b0cd6efde1 100644 --- a/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb +++ b/meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb @@ -16,7 +16,7 @@ SRC_URI = "git://git.efficios.com/babeltrace.git;branch=stable-2.1;protocol=http file://external-python-tests.patch \ file://0001-src-explicitly-only-build-shared-plugins.patch \ " -SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5" +SRCREV = "d0e946a71faf5f0c2d7f1fb5b92a369983e9cf10" UPSTREAM_CHECK_GITTAGREGEX = "v(?P2(\.\d+)+)$" inherit autotools pkgconfig ptest setuptools3-base -- 2.47.3