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 1QhMfa-0005jv-St for openembedded-core@lists.openembedded.org; Thu, 14 Jul 2011 16:13:39 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id p6EE9e6p008106 for ; Thu, 14 Jul 2011 15:09:40 +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 06949-09 for ; Thu, 14 Jul 2011 15:09:36 +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 p6EE9Y7N008100 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Thu, 14 Jul 2011 15:09:35 +0100 From: Richard Purdie To: Patches and discussions about the oe-core layer In-Reply-To: References: <6220e9316f6033364724b5d7a86917848dadf6be.1310561877.git.nitin.a.kamble@intel.com> Date: Thu, 14 Jul 2011 15:09:31 +0100 Message-ID: <1310652571.20015.1157.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 2/3] glib-2.0: fix makefiles 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: Thu, 14 Jul 2011 14:13:39 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Wed, 2011-07-13 at 05:59 -0700, nitin.a.kamble@intel.com wrote: > From: Nitin A Kamble > > x32 exposed this bug in the makefiles. Nitin, could you perhaps document what the bug actually is? :) I can guess but the patch header should really give a little more info. Also, does this address some LDFLAGS QA warnings by any chance? Cheers, Richard