mirror of
https://git.yoctoproject.org/poky
synced 2026-05-07 16:59:22 +00:00
default-providers.inc: set openssl PREFERRED_PROVIDER to openssl
Although the oe-core openssl recipe is currently the only provider of openssl, make the preference for using it explicit in anticipation of a libressl recipe being added to meta-oe. (From OE-Core rev: 34be80665f1edf96ccaa8f0c612464f0704ec564) Signed-off-by: Andre McCurdy <armccurdy@gmail.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
74ab080d34
commit
55068b1908
@@ -51,3 +51,6 @@ PREFERRED_RPROVIDER_bluez-hcidump ?= "${@bb.utils.contains('DISTRO_FEATURES','bl
|
||||
# Alternative is ltp-ddt in meta-oe: meta-oe/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bb
|
||||
PREFERRED_PROVIDER_ltp ?= "ltp"
|
||||
PREFERRED_PROVIDER_getopt ?= "util-linux-getopt"
|
||||
PREFERRED_PROVIDER_openssl ?= "openssl"
|
||||
PREFERRED_PROVIDER_openssl-native ?= "openssl-native"
|
||||
PREFERRED_PROVIDER_nativesdk-openssl ?= "nativesdk-openssl"
|
||||
|
||||
Reference in New Issue
Block a user