]> code.ossystems Code Review - openembedded-core.git/commit
python: Change python 2.7.9 to use libffi from the system
authorNathan Rossi <nathan.rossi@xilinx.com>
Wed, 8 Apr 2015 05:47:56 +0000 (15:47 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 15 May 2015 17:12:03 +0000 (18:12 +0100)
commit9f7b0133b63d315703d0c44e877ae81d4a9a1692
tree148487f281299f642c39aedad0a55bb4276d34bc
parentcecac1d52143e34b6e1142e38a1c874188dd74e9
python: Change python 2.7.9 to use libffi from the system

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 python 2.7.9 recipe to match how the python 3
recipe handles libffi by configuring the build to use the system
libffi. This brings consistency between the libffi used for different
python versions as well as with the system.

(From OE-Core master rev: 4302cc20dbe0f0490a5e7b62baeb632322c40200)

Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python_2.7.9.bb