From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TJ0TN-000827-S9 for openembedded-core@lists.openembedded.org; Tue, 02 Oct 2012 13:17:10 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q92B4AaS014983; Tue, 2 Oct 2012 12:04:10 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 14357-03; Tue, 2 Oct 2012 12:04:05 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q92B43ZH014977 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO); Tue, 2 Oct 2012 12:04:04 +0100 Message-ID: <1349175846.15753.136.camel@ted> From: Richard Purdie To: Phil Blundell Date: Tue, 02 Oct 2012 12:04:06 +0100 In-Reply-To: <1349106729.32611.61.camel@phil-desktop> References: <1349106729.32611.61.camel@phil-desktop> X-Mailer: Evolution 3.2.3-0ubuntu6 Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] opkg-native: remove spurious dependency on curl-native X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Tue, 02 Oct 2012 11:17:10 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2012-10-01 at 16:52 +0100, Phil Blundell wrote: > All variants of opkg are currently configured --disable-curl so there > seems no point in depending on it. > > Signed-off-by: Phil Blundell > --- > meta/recipes-devtools/opkg/opkg.inc | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/meta/recipes-devtools/opkg/opkg.inc b/meta/recipes-devtools/opkg/opkg.inc > index 10cd9d8..28cc6a6 100644 > --- a/meta/recipes-devtools/opkg/opkg.inc > +++ b/meta/recipes-devtools/opkg/opkg.inc > @@ -7,8 +7,6 @@ BUGTRACKER = "http://code.google.com/p/opkg/issues/list" > LICENSE = "GPLv2+" > LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ > file://src/opkg-cl.c;beginline=1;endline=20;md5=321f658c3f6b6c832e25c8850b5dffba" > -DEPENDS_virtclass-native = "curl-native" > -DEPENDS_virtclass-nativesdk = "nativesdk-curl" I merged this and took the reminder to remove the opkg-nogpg recipe since the main opkg recipe also has gpg disabled these days... Cheers, Richard