Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Mei, Lei
@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue On 07/28/2011 06:15 PM, Mei, Lei wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Khem Raj
On (01/08/11 20:41), Mei, Lei wrote: You're patching python-native, not python, which means the host python and not the target python. Yes, but I think this function will be called by python-pycairo, which will use cross compiler name in this function, so we should get the compiler name

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-08-01 Thread Mei, Lei
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Khem Raj Sent: Tuesday, August 02, 2011 1:27 AM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 1/1] python

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-29 Thread Mei, Lei
@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue On 07/28/2011 12:20 AM, Mei Lei wrote: The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added. Fix

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-29 Thread Tom Rini
Subject: Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue On 07/28/2011 06:15 PM, Mei, Lei wrote: -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tom Rini Sent

[OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-28 Thread Mei Lei
The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added. Fix this issue by dropping the option information when finding compiler name. Signed-off-by: Mei Lei lei@intel.com ---

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-28 Thread Tom Rini
On 07/28/2011 12:20 AM, Mei Lei wrote: The CC variable sometimes add option information after compiler name, but python can't get the real compiler name if those information added. Fix this issue by dropping the option information when finding compiler name. Signed-off-by: Mei Lei

Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue

2011-07-28 Thread Mei, Lei
-Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Tom Rini Sent: Thursday, July 28, 2011 11:09 PM To: openembedded-core@lists.openembedded.org Subject: Re: [OE-core] [PATCH 1/1] python-native