From a5a07d6a0ea1208d5d942ffa35f980312f56f3fe Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Wed, 18 May 2022 05:16:59 +0000 Subject: sdk: don't force tool build from sdk QT_BUILD_TOOLS_WHEN_CROSSCOMPILING has been deprecated in 6.4, and cross-compiling compile time tools from sdk doesn't make sense, all runtime tools are still being compiled. Change-Id: Ia35255e3b84c38342be58b11461a4ee908fba1f9 Reviewed-by: Mikko Gronoff (cherry picked from commit 73e88c58483a182cf50af0b6313ba0ad6d29585d) --- recipes-qt/qt6/qtbase_git.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb index 9c88d21..6fb710b 100644 --- a/recipes-qt/qt6/qtbase_git.bb +++ b/recipes-qt/qt6/qtbase_git.bb @@ -158,7 +158,6 @@ do_install:append:class-nativesdk() { install -d ${D}${datadir}/cmake/OEToolchainConfig.cmake.d cat > ${D}${datadir}/cmake/OEToolchainConfig.cmake.d/OEQt6Toolchain.cmake <