| /OK3568_Linux_fs/buildroot/package/python3/ |
| H A D | 0004-Adjust-library-header-paths-for-cross-compilation.patch | 21 Lib/distutils/command/build_ext.py | 5 ++++- 25 diff --git a/Lib/distutils/command/build_ext.py b/Lib/distutils/command/build_ext.py 27 --- a/Lib/distutils/command/build_ext.py 28 +++ b/Lib/distutils/command/build_ext.py 29 @@ -234,7 +234,10 @@ class build_ext(Command):
|
| H A D | 0005-Don-t-look-in-usr-lib-termcap-for-libraries.patch | 15 @@ -1147,12 +1147,9 @@ class PyBuildExt(build_ext):
|
| H A D | 0007-Abort-on-failed-module-build.patch | 20 @@ -561,6 +561,7 @@ class PyBuildExt(build_ext):
|
| H A D | 0006-Don-t-add-multiarch-paths.patch | 23 @@ -830,10 +830,10 @@ class PyBuildExt(build_ext):
|
| H A D | 0028-Fix-cross-compiling-the-uuid-module.patch | 26 @@ -1866,10 +1866,10 @@ class PyBuildExt(build_ext):
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | setup.py | 33 from distutils.command.build_ext import build_ext as _build_ext 36 class build_ext(_build_ext): class 89 cmdclass={'build_ext': build_ext, 'install_lib': install_lib})
|
| /OK3568_Linux_fs/buildroot/package/python-uvloop/ |
| H A D | python-uvloop.mk | 13 PYTHON_UVLOOP_BUILD_OPTS = build_ext --inplace --use-system-libuv 14 PYTHON_UVLOOP_INSTALL_TARGET_OPTS = build_ext --inplace --use-system-libuv
|
| /OK3568_Linux_fs/buildroot/package/python-psycopg2/ |
| H A D | python-psycopg2.mk | 16 PYTHON_PSYCOPG2_BUILD_OPTS = build_ext --pg-config=$(STAGING_DIR)/usr/bin/pg_config 17 PYTHON_PSYCOPG2_INSTALL_TARGET_OPTS = build_ext --pg-config=$(STAGING_DIR)/usr/bin/pg_config
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-m2crypto/ |
| H A D | avoid-host-contamination.patch | 14 @@ -153,7 +153,8 @@ class _M2CryptoBuildExt(build_ext.build_ext):
|
| H A D | 0001-setup.py-link-in-sysroot-not-in-host-directories.patch | 15 @@ -135,6 +135,7 @@ class _M2CryptoBuildExt(build_ext.build_ 23 @@ -159,8 +160,8 @@ class _M2CryptoBuildExt(build_ext.build_
|
| H A D | 0001-setup.py-address-openssl-3.x-build-issue.patch | 21 @@ -192,6 +192,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
|
| H A D | cross-compile-platform.patch | 9 @@ -169,24 +169,6 @@ class _M2CryptoBuildExt(build_ext.build_
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/ |
| H A D | 0001-explicitly-set-compile-options.patch | 7 explicitly set build_ext options for oe-core's 27 +[build_ext]
|
| H A D | 0001-support-cross-compiling.patch | 27 @@ -408,12 +408,12 @@ class pil_build_ext(build_ext):
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-m2crypto_0.38.0.bb | 31 DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" 32 DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}"
|
| H A D | python3-crc32c_2.2.post0.bb | 18 printf "[build_ext]\nplatform = ${TARGET_ARCH}" >> setup.cfg
|
| /OK3568_Linux_fs/buildroot/package/python-pillow/ |
| H A D | python-pillow.mk | 75 $(PYTHON_PILLOW_PYTHON_INTERPRETER) setup.py build_ext \ 83 $(PYTHON_PILLOW_PYTHON_INTERPRETER) setup.py build_ext \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python-imaging/ |
| H A D | 0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch | 31 @@ -147,7 +147,6 @@ class pil_build_ext(build_ext): 39 @@ -207,13 +206,6 @@ class pil_build_ext(build_ext):
|
| H A D | remove-host-libdir.patch | 14 @@ -155,11 +155,6 @@ class pil_build_ext(build_ext):
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-grpcio/ |
| H A D | 0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch | 58 @@ -228,7 +228,10 @@ class BuildExt(build_ext.build_ext):
|
| /OK3568_Linux_fs/buildroot/package/libdnet/ |
| H A D | 0002-python-makefile.patch | 13 …CC) -shared" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(PYTHON) setup.py build_ext -I$(PYINCDIR) -L…
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/pylibfdt/ |
| H A D | Makefile | 23 $(PYTHON) $< --quiet build_ext --inplace
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch | 18 @@ -1149,7 +1149,6 @@ class PyBuildExt(build_ext):
|
| H A D | 0001-Don-t-search-system-for-headers-libraries.patch | 17 @@ -854,8 +854,8 @@ class PyBuildExt(build_ext):
|
| H A D | avoid_warning_about_tkinter.patch | 21 @@ -1895,8 +1895,8 @@ class PyBuildExt(build_ext):
|