mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/babeltrace2: needs C++
Buildroot commitcea219e518bumped the package to version 2.1.2. Upstream added a mandatory dependency to c++ in version 2.1.0:c20049fd06Fixes: 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:
committed by
Thomas Petazzoni
parent
6a9e45fd54
commit
4fd7a468af
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user