diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2016-03-11 02:40:22 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-12 22:11:19 +0000 |
commit | cda0ef61d37357fed1daa22f6a59ef9f906fcada (patch) | |
tree | 769bc356ff9b9afaa497d9e4f394b9d36b4b9e12 /meta/recipes-devtools/python/python3/setuptweaks.patch | |
parent | a3df0aa78af1c2fecf847e87cc480fd2ed9afe89 (diff) | |
download | openembedded-core-cda0ef61d37357fed1daa22f6a59ef9f906fcada.tar.gz openembedded-core-cda0ef61d37357fed1daa22f6a59ef9f906fcada.tar.bz2 openembedded-core-cda0ef61d37357fed1daa22f6a59ef9f906fcada.zip |
python3: fix do_configure check platform triplet error
For p1022ds bsp, the MULTIARCH is powerpc-linux-gnuspev1 and
python3 did not recognize the extra 'v1' which caused python3
configure error for the platform triplet.
Q:Why Python3 check platform triplet?
A:Under Linux, GNU/KFreeBSD and the Hurd, C extensions now include
the architecture triplet in the extension name, to make it easy to
test builds for different ABIs in the same working tree.
vim config.log
...
EXT_SUFFIX='.cpython-35m-powerpc-linux-gnuspe.so'
...
Here is the generated C extensions which take platform triplet into account.
...
|image/usr/lib/python3.5/lib-dynload/_datetime.cpython-35m-powerpc-linux-gnuspe.so
...
https://bugs.python.org/issue22980
https://www.python.org/dev/peps/pep-3149/
https://bugs.python.org/review/22980/patch/14593/54808
[YOCTO #9226]
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/setuptweaks.patch')
0 files changed, 0 insertions, 0 deletions