From df15a4c914177024f1825aacb4701fd232e1dd58 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Tue, 28 Aug 2018 12:23:12 +0200 Subject: openssl: rename openssl 1.0.x to openssl10 and make openssl 1.1.x the default version I believe the time has come to do this: openssl 1.0 upstream support stops at the end of 2019, and we do not want a situation where a supported YP release contains an unsupported version of a critical security component. Openssl 1.0 can still be utilized by depending on 'openssl10' recipe. (From OE-Core rev: 876466145f2da93757ba3f92177d0f959f5fe975) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/conf/distro/include/default-versions.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/conf/distro/include/default-versions.inc') diff --git a/meta/conf/distro/include/default-versions.inc b/meta/conf/distro/include/default-versions.inc index 3d88e8f656..a6f331350e 100644 --- a/meta/conf/distro/include/default-versions.inc +++ b/meta/conf/distro/include/default-versions.inc @@ -2,6 +2,3 @@ # Default preferred versions # -PREFERRED_VERSION_openssl ?= "1.0.%" -PREFERRED_VERSION_openssl-native ?= "1.0.%" -PREFERRED_VERSION_nativesdk-openssl ?= "1.0.%" -- cgit v1.2.3-54-g00ecf