From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.cbnco.com ([207.164.182.72]) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1PBZjp-0007ew-Dw for openembedded-devel@lists.openembedded.org; Thu, 28 Oct 2010 23:10:22 +0200 Received: from localhost (localhost [127.0.0.1]) by smtp.cbnco.com (Postfix) with ESMTP id 005298CF15E for ; Thu, 28 Oct 2010 17:09:37 -0400 (EDT) Received: from smtp.cbnco.com ([127.0.0.1]) by localhost (mail.cbnco.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 11318-07-2 for ; Thu, 28 Oct 2010 17:09:37 -0400 (EDT) Received: from [172.20.22.83] (auriga-dmzgw.cbnco.com [207.164.182.65]) by smtp.cbnco.com (Postfix) with ESMTPSA id BC1468CF1B8 for ; Thu, 28 Oct 2010 17:09:37 -0400 (EDT) Message-ID: <4CC9E691.9000809@cbnco.com> Date: Thu, 28 Oct 2010 17:09:37 -0400 From: Michael Smith User-Agent: Thunderbird 2.0.0.24 (X11/20100228) MIME-Version: 1.0 To: openembedded-devel@lists.openembedded.org References: <1288286551-4700-1-git-send-email-msmith@cbnco.com> In-Reply-To: X-Virus-Scanned: amavisd-new at cbnco.com X-SA-Exim-Connect-IP: 207.164.182.72 X-SA-Exim-Mail-From: msmith@cbnco.com X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on discovery X-Spam-Level: X-Spam-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.2.5 X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: Yes (on linuxtogo.org) Subject: Re: [PATCH] curl: make CURL_FEATURES configurable again X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Oct 2010 21:10:22 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Khem Raj wrote: > On Thu, Oct 28, 2010 at 11:49 AM, Michael Smith wrote: >> It seems to do the right thing here - CURL_FEATURES_virtclass-native is >> not weak, so in my curl-native config.log, I see --disable-gnutls. > > certainly nor for me. here is what I get Maybe because I have a setting for CURL_FEATURES in my conf? If so, that sounds like odd bitbake behaviour. :( Do you have any thoughts on how to solve it? There is not much point to having CURL_FEATURES as a variable if it's not configurable. I can just hack over it in an amend.inc, but the recipe as it stands is broken. >> (btw: why do we not want gnutls in curl-native?) > > thats a different question does not solve the problem at hand. Yes, it's a different question. I didn't realize I was limited to one per e-mail. :) Mike