From 79f3d7af7ee2a6ea1a2a78473e572be8902a368b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 20 Jul 2023 23:11:05 +0200 Subject: [PATCH] package/qt5/qt5tools: adjust dependency of BR2_PACKAGE_QT5TOOLS_QDOC_TOOL Following the bump of LLVM in commit d8291fde5ee19fd475953f41d9c519e817554d6b ("package/llvm-project: bump to version 15.0.3"), gcc >= 7.x is needed, so update the dependency of BR2_PACKAGE_QT5TOOLS_QDOC_TOOL accordingly. Signed-off-by: Thomas Petazzoni --- package/qt5/qt5tools/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/qt5/qt5tools/Config.in b/package/qt5/qt5tools/Config.in index aa8a1b1629..47a9ad0f5f 100644 --- a/package/qt5/qt5tools/Config.in +++ b/package/qt5/qt5tools/Config.in @@ -23,7 +23,7 @@ config BR2_PACKAGE_QT5TOOLS_QDOC_TOOL # currently supported in Buildroot, unless the target is # already supported by llvm. depends on BR2_PACKAGE_LLVM_ARCH_SUPPORTS # llvm, clang - depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5 # llvm, clang + depends on BR2_TOOLCHAIN_GCC_AT_LEAST_7 # llvm, clang depends on BR2_TOOLCHAIN_HAS_THREADS # llvm, clang depends on BR2_INSTALL_LIBSTDCPP # llvm, clang depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # llvm, clang