diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2015-05-14 16:13:40 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-08 17:34:03 +0100 |
commit | 84105eb9bc7eb77a73347960b2cfceb7e5521792 (patch) | |
tree | 43bde6953fbe6cc96e857aa9dfc7ac6336fbf7ed /scripts/contrib/python/generate-manifest-3.4.py | |
parent | 39abb871d077aa6afd6338fc7ec60add0ed03688 (diff) | |
download | poky-84105eb9bc7eb77a73347960b2cfceb7e5521792.tar.gz |
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>
Diffstat (limited to 'scripts/contrib/python/generate-manifest-3.4.py')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-3.4.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/python/generate-manifest-3.4.py b/scripts/contrib/python/generate-manifest-3.4.py index 84da574220..427367c1f4 100755 --- a/scripts/contrib/python/generate-manifest-3.4.py +++ b/scripts/contrib/python/generate-manifest-3.4.py | |||
@@ -175,7 +175,7 @@ if __name__ == "__main__": | |||
175 | "lib-dynload/binascii.*.so lib-dynload/_struct.*.so lib-dynload/time.*.so " + | 175 | "lib-dynload/binascii.*.so lib-dynload/_struct.*.so lib-dynload/time.*.so " + |
176 | "lib-dynload/xreadlines.*.so types.* platform.* ${bindir}/python* " + | 176 | "lib-dynload/xreadlines.*.so types.* platform.* ${bindir}/python* " + |
177 | "_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " + | 177 | "_weakrefset.* sysconfig.* _sysconfigdata.* config/Makefile " + |
178 | "${includedir}/python${PYTHON_MAJMIN}/pyconfig*.h " + | 178 | "${includedir}/python${PYTHON_BINABI}/pyconfig*.h " + |
179 | "${libdir}/python${PYTHON_MAJMIN}/collections " + | 179 | "${libdir}/python${PYTHON_MAJMIN}/collections " + |
180 | "${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* " + | 180 | "${libdir}/python${PYTHON_MAJMIN}/_collections_abc.* " + |
181 | "${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* " + | 181 | "${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.* " + |