From da1183f9fa5e06fbe66b5b31eb3313d5d35d11e3 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 8 Aug 2017 18:30:48 +0300 Subject: openssl: add a 1.1 version Existing openssl 1.0 recipe is renamed to openssl10; it will continue to be provided for as long as upstream supports it (and there are still several recipes which do not work with openssl 1.1 due to API differences). A few files (such as openssl binary) are no longer installed by openssl 1.0, because they clash with openssl 1.1. Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- meta/conf/distro/include/no-static-libs.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/conf/distro/include/no-static-libs.inc') diff --git a/meta/conf/distro/include/no-static-libs.inc b/meta/conf/distro/include/no-static-libs.inc index f8d8c09cf0..7c165c717f 100644 --- a/meta/conf/distro/include/no-static-libs.inc +++ b/meta/conf/distro/include/no-static-libs.inc @@ -25,6 +25,9 @@ DISABLE_STATIC_pn-openjade-native = "" DISABLE_STATIC_pn-openssl = "" DISABLE_STATIC_pn-openssl-native = "" DISABLE_STATIC_pn-nativesdk-openssl = "" +DISABLE_STATIC_pn-openssl10 = "" +DISABLE_STATIC_pn-openssl10-native = "" +DISABLE_STATIC_pn-nativesdk-openssl10 = "" # libssp-static-dev included in build-appliance DISABLE_STATIC_pn-gcc-runtime = "" # libusb1-native is used to build static dfu-util-native -- cgit 1.2.3-korg