]> code.ossystems Code Review - openembedded-core.git/commit
python3-ctypes: Fix cross compilation for arm targets
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Tue, 16 Jun 2015 15:29:12 +0000 (15:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2015 08:42:03 +0000 (09:42 +0100)
commita676ee838aae1ac05fa6542d1b0791d61ff9f05f
tree85fbdae4f0725014e735c207771ef3292c5a4451
parent961aaa50ed363a680b08be77a44ac13ce984b2f3
python3-ctypes: Fix cross compilation for arm targets

When cross compiling for arm targets ctypes compilation fails because
it uses _sysconfigdata from the HOST, this patches makes it use the
one from TARGET fixing compilation of this module

[YOCTO #7873]

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Jonas Göransson <jonas.goransson@qmatic.com>
meta/recipes-devtools/python/python3_3.3.3.bb