mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
python3: fix pyconfig.h installation on target
The file pyconfig.h wasnt being deployed on target, causing an error when importing some libraries that required it, this patch fixes python3 manifest to include this file and fix the issue. [YOCTO #7764] (From OE-Core rev: 66c6d0db27c4ab7b633e6954d095c411a98b67f4) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
39abb871d0
commit
84105eb9bc
@@ -175,7 +175,7 @@ if __name__ == "__main__":
|
||||
"lib-dynload/binascii.*.so lib-dynload/_struct.*.so lib-dynload/time.*.so " +
|
||||
"lib-dynload/xreadlines.*.so types.* platform.* ${bindir}/python* " +
|
||||
"_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " +
|
||||
"${includedir}/python${PYTHON_MAJMIN}/pyconfig*.h " +
|
||||
"${includedir}/python${PYTHON_BINABI}/pyconfig*.h " +
|
||||
"${libdir}/python${PYTHON_MAJMIN}/collections " +
|
||||
"${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* " +
|
||||
"${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* " +
|
||||
|
||||
Reference in New Issue
Block a user