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 1RVLm7-0007G6-SC; Tue, 29 Nov 2011 12:23:00 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pATBGKpR012131; Tue, 29 Nov 2011 11:16:20 GMT 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 11417-07; Tue, 29 Nov 2011 11:16:15 +0000 (GMT) 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 pATBGCid012124 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Nov 2011 11:16:13 GMT Message-ID: <1322565381.2140.9.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Tue, 29 Nov 2011 11:16:21 +0000 In-Reply-To: <1c24266b12142a2b5d728760d8acc4ebe7d57704.1322554983.git.sgw@linux.intel.com> References: <1c24266b12142a2b5d728760d8acc4ebe7d57704.1322554983.git.sgw@linux.intel.com> X-Mailer: Evolution 3.2.1- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Cc: openembedded-core@openembedded.org Subject: Re: [CONSOLIDATED PULL 19/23] coreutils: build and install hostname 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, 29 Nov 2011 11:23:00 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Tue, 2011-11-29 at 00:26 -0800, Saul Wold wrote: > From: Dexuan Cui > > busybox's hostname doesn't work with pseudo somehow, so let's use the version > of coreutils. This is needed for the self-hosted-image work. > > Also add a patch to disable building the doc and manual: we don't really need > them and this causes compilation error in the cross-compiling case. Please split this patch up, its doing two different things. I'd also like to understand more about why the docs aren't working. We're supposed to be adding documentation and improving the documentation packages, not removing/disabling them :/. Cheers, Richard