From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mail.openembedded.org (Postfix) with ESMTP id 733EA60664 for ; Wed, 18 Sep 2013 16:07:41 +0000 (UTC) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r8IGLwTi012268; Wed, 18 Sep 2013 17:21:59 +0100 X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Jmpd0TTN44cE; Wed, 18 Sep 2013 17:21:58 +0100 (BST) Received: from [192.168.3.10] (rpvlan0 [192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-2.1ubuntu1) with ESMTP id r8IGLr52012263 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Wed, 18 Sep 2013 17:21:55 +0100 Message-ID: <1379520447.18603.30.camel@ted> From: Richard Purdie To: Paul Barker Date: Wed, 18 Sep 2013 17:07:27 +0100 In-Reply-To: References: <1376512209-11622-1-git-send-email-mark.hatle@windriver.com> <1376512209-11622-9-git-send-email-mark.hatle@windriver.com> <52125F35.10305@linux.intel.com> <521264DA.8010404@windriver.com> X-Mailer: Evolution 3.6.4-0ubuntu1 Mime-Version: 1.0 Cc: openembedded-core Subject: Re: [PATCH 08/11] opkg: Add --no-install-recommends option. 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: Wed, 18 Sep 2013 16:07:42 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2013-09-18 at 16:14 +0100, Paul Barker wrote: > On 19 August 2013 19:32, Mark Hatle wrote: > > On 8/19/13 1:08 PM, Saul Wold wrote: > >> > >> On 08/14/2013 01:30 PM, Mark Hatle wrote: > >>> +Upstream-status: Pending > >> > > I'm the new maintainer for opkg, Congratulations! :) > I'd be happy to look at this patch > and any others if you could send them to opkg-devel@googlegroups.com > via git send-email. I like the idea of both '--no-install-recommends' > and '--add-exclude'. > > I stumbled on these as I'm looking at upgrading the opkg recipe to use > the newly released opkg-0.2.0 rather than pulling from subversion. Sounds great! Nice to see releases and someone looking after opkg a bit more. Cheers, Richard