Re: [OE-core] [PATCH] python: Change python 2.7.9 to use libffi from the system

2015-04-08 Thread Khem Raj
> On Apr 7, 2015, at 10:47 PM, Nathan Rossi wrote: > > Changes in python 2.7.9 from 2.7.3 cause issues when building the in > tree libffi for ctypes. These issues primarily affect less common > platforms (e.g. MicroBlaze) that are supported by libffi but the python > overrides for the in tree li

[OE-core] [PATCH] python: Change python 2.7.9 to use libffi from the system

2015-04-07 Thread Nathan Rossi
Changes in python 2.7.9 from 2.7.3 cause issues when building the in tree libffi for ctypes. These issues primarily affect less common platforms (e.g. MicroBlaze) that are supported by libffi but the python overrides for the in tree libffi are not able to detect correctly. This patch changes the p