From 6fca0e337ba1b8deaac9b6c0fa41a485e5bf5013 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Fri, 25 Oct 2019 14:33:55 +0300 Subject: qtbase: add openssl PACKAGECONFIG for native nativesdk Add PACKAGECONFIG option to enable openssl for qtbase-native and nativesdk-qtbase recipes, since some build tools require openssl to be enabled. Change-Id: Ic213e70b3983f99245e6ea7668eb48369ac5e61d Reviewed-by: Mikko Gronoff --- recipes-qt/qt5/qtbase-native_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-qt/qt5/qtbase-native_git.bb') diff --git a/recipes-qt/qt5/qtbase-native_git.bb b/recipes-qt/qt5/qtbase-native_git.bb index a144689f..8bcea45c 100644 --- a/recipes-qt/qt5/qtbase-native_git.bb +++ b/recipes-qt/qt5/qtbase-native_git.bb @@ -59,6 +59,7 @@ XPLATFORM ?= "linux-oe-g++" PACKAGECONFIG ?= "" PACKAGECONFIG[gui] = "-gui -qpa offscreen,-no-gui," PACKAGECONFIG[imageformats] = "-qt-libpng -qt-libjpeg -gif -ico, -no-libpng -no-libjpeg -no-ico -no-gif," +PACKAGECONFIG[openssl] = "-openssl,-no-openssl,openssl" QT_CONFIG_FLAGS = " \ -sysroot ${STAGING_DIR_NATIVE} \ @@ -74,7 +75,6 @@ QT_CONFIG_FLAGS = " \ -no-sql-psql \ -no-opengl \ -no-vulkan \ - -no-openssl \ -no-xcb \ -no-icu \ -verbose \ -- cgit v1.2.3-54-g00ecf