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 1RaRdD-0001pV-8s; Tue, 13 Dec 2011 13:38:51 +0100 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id pBDCVts8008836; Tue, 13 Dec 2011 12:31:55 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 07920-09; Tue, 13 Dec 2011 12:31:50 +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 pBDCVk7l008830 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Dec 2011 12:31:47 GMT Message-ID: <1323779507.2731.67.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Tue, 13 Dec 2011 12:31:47 +0000 In-Reply-To: <1323727116-10292-1-git-send-email-philip@balister.org> References: <1323727116-10292-1-git-send-email-philip@balister.org> 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: [PATCH] boost : Do not use icu when building boost. 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, 13 Dec 2011 12:38:51 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-12-12 at 16:58 -0500, Philip Balister wrote: > Without this, boost needs to build icu to create images using > boost regex. RP inidicated he would rather disable icu, than add an > extra dependency to the recipe. > > Signed-off-by: Philip Balister > --- > meta/recipes-support/boost/boost.inc | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) Merged to master, thanks. Richard