From: Dariusz Michaluk Date: Wed, 11 Mar 2020 12:32:00 +0000 (+0100) Subject: [TRE-2374] Add libopenssl package X-Git-Tag: submit/tizen/20200317.040250~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=915b9ef6358b3953b7c9dfc297eff37ce12ff0a4;p=tools%2Fbuilding-blocks.git [TRE-2374] Add libopenssl package openssl 1.0.2 is part of public SDK, so we need backward compatibility, platform image must provide openssl in both versions 1.0.2 & 1.1.1 to keep applications binary compatibility. Previously openssl 1.0.2 was added to platform image by dependencies, but since all platform components are migrated to openssl 1.1.1 we need to add openssl 1.0.2 statically. Change-Id: I57269cf8e20fc978a201c719daa3deccc7cde35c --- diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 3412578..4701913 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -60,6 +60,7 @@ Requires: iotjs Requires: dbus-tools #From TRE-2370 Requires: amd-mod-boost +Requires: libopenssl %description root-Preset_iot_core The packages of Tizen IoT Core.