From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga03.intel.com ([143.182.124.21]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1SofJN-0006EQ-9k for openembedded-core@lists.openembedded.org; Tue, 10 Jul 2012 20:37:25 +0200 Received: from azsmga001.ch.intel.com ([10.2.17.19]) by azsmga101.ch.intel.com with ESMTP; 10 Jul 2012 11:26:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.71,315,1320652800"; d="scan'208";a="166395655" Received: from unknown (HELO [10.255.12.214]) ([10.255.12.214]) by azsmga001.ch.intel.com with ESMTP; 10 Jul 2012 11:26:13 -0700 Message-ID: <4FFC73C5.4080207@linux.intel.com> Date: Tue, 10 Jul 2012 11:26:13 -0700 From: Saul Wold User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120605 Thunderbird/13.0 MIME-Version: 1.0 To: Khem Raj References: <1341871474-8719-1-git-send-email-sgw@linux.intel.com> <4FFB6D1A.4070400@linux.intel.com> In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH] gnupg: ensure deterministic build by disabling libcurl X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 18:37:25 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 07/09/2012 06:21 PM, Khem Raj wrote: > On Mon, Jul 9, 2012 at 4:45 PM, Saul Wold wrote: >> On 07/09/2012 03:43 PM, Khem Raj wrote: >>> >>> On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold wrote: >>>> >>>> gnupg has it's own fake curl, since we use gnupg with zypper, there does >>>> not >>>> seem to be a strong reason to add curl to the depends list. >>> >>> >>> what does disabling curl has to do with gnupg being used with zypper ? >>> >> I was looking for where gnupg was used within oe-core and it's usage model >> to see if it made sense to go with the extra dependency for gnupg, let me >> know your reasoning. Generally especially for natives we look for ways to >> reduce the initial build time. > > I am all for it. I wanted to understand the context thanks for that. > On another note Do you want me to amend the commit message? > it would be interesting to know what are we losing if we disable curl > or external curl > gnupg seems to use a very small subset of curl and the curl_shim that it provides covers what's need in a very basic manner (including handling proxy setups). I would guess (after a cursory look) that we would lose better error handling and performance for the gpgkeys_curl command line interface. I think that acceptable. Sau! >> >> Sau! >> >> >>> _______________________________________________ >>> Openembedded-core mailing list >>> Openembedded-core@lists.openembedded.org >>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core >>> >>> >> >