mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 12:13:02 +01:00
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] (From OE-Core rev: cda0ef61d37357fed1daa22f6a59ef9f906fcada) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
03b167d49d
commit
3d45853eef
@@ -17,6 +17,7 @@ file://110-enable-zlib.patch \
|
||||
file://130-readline-setup.patch \
|
||||
file://150-fix-setupterm.patch \
|
||||
file://0001-h2py-Fix-issue-13032-where-it-fails-with-UnicodeDeco.patch \
|
||||
file://tweak-MULTIARCH-for-powerpc-linux-gnuspe.patch \
|
||||
${DISTRO_SRC_URI} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user