From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by mail.openembedded.org (Postfix) with ESMTP id 3CD48780EC for ; Fri, 18 Aug 2017 18:22:41 +0000 (UTC) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga105.fm.intel.com with ESMTP; 18 Aug 2017 11:22:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,393,1498546800"; d="scan'208";a="1184358560" Received: from kanavin-desktop.fi.intel.com (HELO [10.237.68.161]) ([10.237.68.161]) by fmsmga001.fm.intel.com with ESMTP; 18 Aug 2017 11:22:41 -0700 To: Martin Jansa , Khem Raj References: <1502969638.13978.209.camel@linuxfoundation.org> From: Alexander Kanavin Message-ID: Date: Fri, 18 Aug 2017 21:19:31 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: openssl10 unusable for many components X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Aug 2017 18:22:41 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 08/18/2017 08:29 PM, Martin Jansa wrote: > Even with that patch to rename openssl10 back to openssl we still need > to solve the openssl-native which wasn't reverted back to 1.0. That was a simple oversight, I forgot to set PREFERRED_VERSION for native and nativesdk variants. > Upstream nodejs isn't going to be openssl-1.1 for a bit longer as explained: > https://github.com/nodejs/node/pull/14761 > https://github.com/nodejs/node/pull/11828 > so it would make sense to revert native and nativesdk versions as well - > if it isn't done in oe-core, I'll do it in our own layers to keep the > builds going. I don't understand why nodejs fails for you with openssl10 dependency. Works totally fine for me here. qtbase however does fail, but this will be solved in 5.10. Alex