diff options
author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-11 22:36:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-15 17:57:23 +0100 |
commit | 6091eb2b58a5004f68acb1819387eb80a1001ca6 (patch) | |
tree | 3effd73e2112ba6efe1e305cc99354522747f61a | |
parent | f862d137f43d0ef33653cfa9fd20f71d7a6d6552 (diff) | |
download | poky-6091eb2b58a5004f68acb1819387eb80a1001ca6.tar.gz |
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
(From OE-Core rev: 005377ea98f73af37dc8596668ab40e6b63c0b28)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/lttng/babeltrace2_2.1.2.bb (renamed from meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/babeltrace2_2.1.1.bb b/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 | |||
16 | file://external-python-tests.patch \ | 16 | file://external-python-tests.patch \ |
17 | file://0001-src-explicitly-only-build-shared-plugins.patch \ | 17 | file://0001-src-explicitly-only-build-shared-plugins.patch \ |
18 | " | 18 | " |
19 | SRCREV = "7f2f8cd6dac497cbb466efb31219b531c62013f5" | 19 | SRCREV = "d0e946a71faf5f0c2d7f1fb5b92a369983e9cf10" |
20 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$" | 20 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>2(\.\d+)+)$" |
21 | 21 | ||
22 | inherit autotools pkgconfig ptest setuptools3-base | 22 | inherit autotools pkgconfig ptest setuptools3-base |