mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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] (From OE-Core rev: cda0ef61d37357fed1daa22f6a59ef9f906fcada) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| python | ||
| python-imaging | ||
| python-native | ||
| python-numpy | ||
| python-pycurl | ||
| python-pygobject | ||
| python-pyrex | ||
| python-smartpm | ||
| python3 | ||
| python_2.7.11.bb | ||
| python-2.7-manifest.inc | ||
| python-3.5-manifest.inc | ||
| python-async_0.6.2.bb | ||
| python-dbus_1.2.0.bb | ||
| python-docutils_0.12.bb | ||
| python-git_1.0.2.bb | ||
| python-gitdb_0.6.4.bb | ||
| python-imaging_1.1.7.bb | ||
| python-mako_1.0.3.bb | ||
| python-native_2.7.11.bb | ||
| python-nose_1.3.7.bb | ||
| python-numpy_1.10.4.bb | ||
| python-pexpect_4.0.1.bb | ||
| python-pycairo_1.10.0.bb | ||
| python-pycurl_7.21.5.bb | ||
| python-pygobject_3.18.2.bb | ||
| python-pyrex_0.9.9.bb | ||
| python-pyrex-native_0.9.9.bb | ||
| python-scons_2.4.1.bb | ||
| python-scons-native_2.4.1.bb | ||
| python-setuptools_19.4.bb | ||
| python-setuptools.inc | ||
| python-smartpm_git.bb | ||
| python-smmap_0.9.0.bb | ||
| python.inc | ||
| python3_3.5.1.bb | ||
| python3-native_3.5.1.bb | ||
| python3-pip_8.0.0.bb | ||
| python3-setuptools_19.4.bb | ||