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

2011-08-01 Thread Mei, Lei
[OE-core] [PATCH 1/1] python-native: Fix a compiler finding issue > >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 th

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 comp

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

2011-08-01 Thread Mei, Lei
g] On Behalf >Of >>> Tom Rini >>> Sent: Friday, July 29, 2011 9:44 AM >>> To: openembedded-core@lists.openembedded.org >>> Subject: Re: [OE-core] [PATCH 1/1] python-native: Fix a compiler finding >issue >>> >>> On 07/28/2011 06:

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

2011-07-29 Thread Tom Rini
011 9:44 AM >> To: openembedded-core@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-

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

2011-07-29 Thread Mei, Lei
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: Fix a compiler finding >issue >>> >>> On 07/28/2011 12:20 AM

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

2011-07-28 Thread Tom Rini
11 11:09 PM >> To: openembedded-core@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 >

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-cor

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 I t