From ecb7a1644c9470f7c7cd4a55651bc60a480995f2 Mon Sep 17 00:00:00 2001 From: Dariusz Michaluk Date: Wed, 11 Mar 2020 13:21:53 +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: Ide1f5f4a3c8e2fd55d53071f3799fe58631629d2 --- patterns/tv-base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/patterns/tv-base.yaml b/patterns/tv-base.yaml index c21e73a..c2eb791 100755 --- a/patterns/tv-base.yaml +++ b/patterns/tv-base.yaml @@ -14,3 +14,4 @@ Packages: - tizen-release-profile_tv - tizen-locale - tlm-config-common-singleseat +- libopenssl -- 2.7.4