mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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. (From OE-Core rev: da1183f9fa5e06fbe66b5b31eb3313d5d35d11e3) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
04891b31e6
commit
e326733d69
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user