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>
This commit is contained in:
Bernd Kuhls
2026-01-04 11:12:05 +01:00
committed by Thomas Petazzoni
parent 6a9e45fd54
commit 4fd7a468af

View File

@@ -1,5 +1,6 @@
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
@@ -24,6 +25,7 @@ config BR2_PACKAGE_BABELTRACE2
https://babeltrace.org/
comment "babeltrace2 needs a toolchain w/ wchar, threads"
comment "babeltrace2 needs a toolchain w/ wchar, threads, C++"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_INSTALL_LIBSTDCPP