Files
buildroot/package/babeltrace2/Config.in
Bernd Kuhls 4fd7a468af package/babeltrace2: needs C++
Buildroot commit cea219e518 bumped the
package to version 2.1.2.
Upstream added a mandatory dependency to c++ in version 2.1.0:
c20049fd06

Fixes:
https://autobuild.buildroot.net/results/a18/a18f8a5561536d0ae649d73e5871d9a7f88275db/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2026-01-04 11:44:53 +01:00

32 lines
1.1 KiB
Plaintext

config BR2_PACKAGE_BABELTRACE2
bool "babeltrace2"
depends on BR2_INSTALL_LIBSTDCPP
depends on BR2_USE_WCHAR # libglib2
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_USE_MMU # libglib2
select BR2_PACKAGE_LIBGLIB2
help
Babeltrace 2 is an open-source trace manipulation toolkit.
The Babeltrace 2 project offers a library with a C API,
Python 3 bindings, and a command-line tool which makes it
very easy for mere mortals to view, convert, transform, and
analyze traces.
Babeltrace 2 is also the reference parser implementation of
the Common Trace Format (CTF), a very versatile trace format
followed by various tracers and tools such as LTTng and
barectf. The Babeltrace 2 library and its Python bindings
can read and write CTF traces.
To get support for the debugging information filter
component class, enable the elfutils package
(BR2_PACKAGE_ELFUTILS).
https://babeltrace.org/
comment "babeltrace2 needs a toolchain w/ wchar, threads, C++"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_INSTALL_LIBSTDCPP