mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: disable ctf temporarily
Enabling ctf causes builds to fail, disable it temporarily. Task-number: QTBUG-140443 Change-Id: Id32d1b65d76791fba29e419f6cb95e06acb551e7 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
1d06407a21
commit
53005efcfc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user