Re: [OE-core] [PATCHv2] python: Unbreak Python third-party extensions

2011-05-04 Thread Richard Purdie
On Tue, 2011-05-03 at 18:40 +0200, Michael Lippautz wrote: > This patch fixes compilation/linking of python third-party extensions, i.e. > Extensions that ship with C code. > > Problem: > Python uses distutils(-native) to compile third-party extensions. distutils > uses its own sysconfig module to

[OE-core] [PATCHv2] python: Unbreak Python third-party extensions

2011-05-03 Thread Michael Lippautz
This patch fixes compilation/linking of python third-party extensions, i.e. Extensions that ship with C code. Problem: Python uses distutils(-native) to compile third-party extensions. distutils uses its own sysconfig module to get the options for compiling and linking. Since third-party extension