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 1Q6sjn-0000Ub-D4 for openembedded-core@lists.openembedded.org; Tue, 05 Apr 2011 00:59:11 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p34Mv2hk023170; Mon, 4 Apr 2011 23:57:02 +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 22731-08; Mon, 4 Apr 2011 23:56:58 +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 p34MuvW5023164 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 4 Apr 2011 23:56:57 +0100 From: Richard Purdie To: Nitin A Kamble In-Reply-To: References: Date: Mon, 04 Apr 2011 23:56:53 +0100 Message-ID: <1301957813.24596.417.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Cc: poky@yoctoproject.org, openembedded-core@lists.openembedded.org Subject: Re: [poky] [PATCH 0/3] ldconfig cache generation in cross way 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: Mon, 04 Apr 2011 22:59:11 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-04-04 at 05:56 -0700, Nitin A Kamble wrote: > From: Nitin A Kamble > > This brings few commits related to the yocto bug #780 > > Pull URL: git://git.pokylinux.org/poky-contrib.git > Branch: nitin/bug780 > Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/bug780 > > Thanks, > Nitin A Kamble > --- > > > Nitin A Kamble (3): > image.bbclass: make execution ldconfig verbose > libxcb: fix for broken library link in the image > ldconfig-native-2.12.1: newer recipe with eglibc sources Merged to master, thanks. Richard