From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: redhat.com, ip: 209.132.183.28, mailfrom: lersek@redhat.com) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by groups.io with SMTP; Wed, 12 Jun 2019 01:38:08 -0700 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id A5833C049598; Wed, 12 Jun 2019 08:38:02 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-117-191.ams2.redhat.com [10.36.117.191]) by smtp.corp.redhat.com (Postfix) with ESMTP id 08289176C9; Wed, 12 Jun 2019 08:38:00 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH] CryptoPkg: Add lacking instances for build only To: devel@edk2.groups.io, zhichao.gao@intel.com Cc: Bret Barkelew , Jian Wang , Ting Ye , Liming Gao , Sean Brogan , Michael Turner References: <20190612023956.9180-1-zhichao.gao@intel.com> From: "Laszlo Ersek" Message-ID: <33f06e89-ed75-93d3-0087-2e85b7e70f47@redhat.com> Date: Wed, 12 Jun 2019 10:38:00 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190612023956.9180-1-zhichao.gao@intel.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 12 Jun 2019 08:38:02 +0000 (UTC) Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit On 06/12/19 04:39, Gao, Zhichao wrote: > From: Bret Barkelew > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1900 > > Add the lacking instance to [Componnets] of dsc file > for build only. > > Cc: Jian Wang > Cc: Ting Ye > Cc: Liming Gao > Cc: Sean Brogan > Cc: Michael Turner > Cc: Bret Barkelew > Signed-off-by: Zhichao Gao > --- > CryptoPkg/CryptoPkg.dsc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/CryptoPkg/CryptoPkg.dsc b/CryptoPkg/CryptoPkg.dsc > index 9dfa349f6d..c90e76c721 100644 > --- a/CryptoPkg/CryptoPkg.dsc > +++ b/CryptoPkg/CryptoPkg.dsc > @@ -116,6 +116,7 @@ > CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf > CryptoPkg/Library/TlsLib/TlsLib.inf > CryptoPkg/Library/OpensslLib/OpensslLib.inf > + CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf > > [Components.IA32, Components.X64] > CryptoPkg/Library/BaseCryptLib/SmmCryptLib.inf > I'd like to suggest wording / spelling improvements: - [Componnets] should be [Components] - While I'm not a native English speaker, I believe "missing" would be more precise than "lacking". To me, "lacking" implies that the library instances in question have shortcomings. However, that's not what we mean here -- those library instances are just fine, they are just missing from the DSC files. Hence my suggestion to say "missing" (in both the subject line and the commit message). Thank you Laszlo