]> 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:13 +0000 (15:29 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Jun 2015 10:38:17 +0000 (11:38 +0100)
commitc254807c9d1b515b17c4fc9ee92f6a86aaaac1f6
treeb76583467a3fd513d6270645fb4753082d2b25f8
parent6b81c89878236b2ef8d8b8217f2e33286b49dab6
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>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3_3.4.3.bb