[oe-commits] [openembedded-core] 06/15: default-providers.inc: set openssl PREFERRED_PROVIDER to openssl

git at git.openembedded.org git at git.openembedded.org
Mon Apr 18 15:28:53 UTC 2016


rpurdie pushed a commit to branch krogoth
in repository openembedded-core.

commit 34be80665f1edf96ccaa8f0c612464f0704ec564
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Apr 14 15:38:16 2016 -0700

    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.
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/conf/distro/include/default-providers.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/conf/distro/include/default-providers.inc b/meta/conf/distro/include/default-providers.inc
index b2548e1..ece4d8b 100644
--- a/meta/conf/distro/include/default-providers.inc
+++ b/meta/conf/distro/include/default-providers.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list