From 53005efcfcfa2d5ed9be9b0cf18c40300a007f34 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 25 Sep 2025 11:00:08 +0000 Subject: [PATCH] qtbase: disable ctf temporarily Enabling ctf causes builds to fail, disable it temporarily. Task-number: QTBUG-140443 Change-Id: Id32d1b65d76791fba29e419f6cb95e06acb551e7 Reviewed-by: Mikko Gronoff --- recipes-qt/qt6/qtbase_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb index 78d28e7..1914105 100644 --- a/recipes-qt/qt6/qtbase_git.bb +++ b/recipes-qt/qt6/qtbase_git.bb @@ -93,6 +93,9 @@ PACKAGECONFIG_DEFAULT ?= "\ PACKAGECONFIG:remove:mingw32 = "openssl" +# QTBUG-140443 +PACKAGECONFIG:remove = "ctf" + # Build type: Debug, Release, MinSizeRel, RelWithDebInfo BUILD_TYPE ?= "Release" # OpenSSL linking mode: runtime, linked