From 73242fd5be0e4dcfd5225e7e13996de05ca17012 Mon Sep 17 00:00:00 2001 From: Dariusz Michaluk Date: Wed, 11 Mar 2020 13:19:26 +0100 Subject: [PATCH] [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: I1e52e00ec52a51848dd384eee6fe3925fd9ccc40 --- patterns/wearable-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns/wearable-base.yaml b/patterns/wearable-base.yaml index 7793ce5..f05f6e8 100755 --- a/patterns/wearable-base.yaml +++ b/patterns/wearable-base.yaml @@ -17,3 +17,4 @@ Packages: - tizen-release-profile_wearable - tizen-locale - tlm-config-common-singleseat +- libopenssl -- 2.7.4