mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtbase: Enable ssl support
Required by QtApplicationManager to build appman-packager binary for host. Change-Id: Ia31e2df611fe4876110ba9999dd4f60374b783b1 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
parent
b8559ccc5e
commit
02f96bd7d5
|
|
@ -25,8 +25,8 @@ DEPENDS += "\
|
|||
"
|
||||
DEPENDS:remove:class-native = "qtbase-native"
|
||||
|
||||
PACKAGECONFIG:class-native ?= "gui widgets png dbus no-opengl"
|
||||
PACKAGECONFIG:class-nativesdk ?= "gui widgets png dbus no-opengl"
|
||||
PACKAGECONFIG:class-native ?= "gui widgets png dbus no-opengl openssl"
|
||||
PACKAGECONFIG:class-nativesdk ?= "${PACKAGECONFIG:class-native}"
|
||||
PACKAGECONFIG ?= "\
|
||||
${PACKAGECONFIG_DEFAULT} \
|
||||
${PACKAGECONFIG_GRAPHICS} \
|
||||
|
|
@ -53,6 +53,9 @@ PACKAGECONFIG_DEFAULT ?= "accessibility dbus udev gui widgets icu openssl \
|
|||
${@bb.utils.contains('SELECTED_OPTIMIZATION', '-Os', 'optimize-size ltcg', '', d)} \
|
||||
${@bb.utils.contains('BBFILE_COLLECTIONS', 'openembedded-layer', 'zstd', '', d)} \
|
||||
"
|
||||
|
||||
PACKAGECONFIG:remove:mingw32 = "openssl"
|
||||
|
||||
# Build type: Debug, Release, MinSizeRel, RelWithDebInfo
|
||||
BUILD_TYPE ?= "Release"
|
||||
# OpenSSL linking mode: runtime, linked
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user