Home
last modified time | relevance | path

Searched refs:build_ext (Results 1 – 25 of 33) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/python3/
H A D0004-Adjust-library-header-paths-for-cross-compilation.patch21 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 D0005-Don-t-look-in-usr-lib-termcap-for-libraries.patch15 @@ -1147,12 +1147,9 @@ class PyBuildExt(build_ext):
H A D0007-Abort-on-failed-module-build.patch20 @@ -561,6 +561,7 @@ class PyBuildExt(build_ext):
H A D0006-Don-t-add-multiarch-paths.patch23 @@ -830,10 +830,10 @@ class PyBuildExt(build_ext):
H A D0028-Fix-cross-compiling-the-uuid-module.patch26 @@ -1866,10 +1866,10 @@ class PyBuildExt(build_ext):
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsetup.py33 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 Dpython-uvloop.mk13 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 Dpython-psycopg2.mk16 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 Davoid-host-contamination.patch14 @@ -153,7 +153,8 @@ class _M2CryptoBuildExt(build_ext.build_ext):
H A D0001-setup.py-link-in-sysroot-not-in-host-directories.patch15 @@ -135,6 +135,7 @@ class _M2CryptoBuildExt(build_ext.build_
23 @@ -159,8 +160,8 @@ class _M2CryptoBuildExt(build_ext.build_
H A D0001-setup.py-address-openssl-3.x-build-issue.patch21 @@ -192,6 +192,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
H A Dcross-compile-platform.patch9 @@ -169,24 +169,6 @@ class _M2CryptoBuildExt(build_ext.build_
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/
H A D0001-explicitly-set-compile-options.patch7 explicitly set build_ext options for oe-core's
27 +[build_ext]
H A D0001-support-cross-compiling.patch27 @@ -408,12 +408,12 @@ class pil_build_ext(build_ext):
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-m2crypto_0.38.0.bb31 DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}"
32 DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}"
H A Dpython3-crc32c_2.2.post0.bb18 printf "[build_ext]\nplatform = ${TARGET_ARCH}" >> setup.cfg
/OK3568_Linux_fs/buildroot/package/python-pillow/
H A Dpython-pillow.mk75 $(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 D0001-python-imaging-setup.py-force-paths-for-zlib-freetyp.patch31 @@ -147,7 +147,6 @@ class pil_build_ext(build_ext):
39 @@ -207,13 +206,6 @@ class pil_build_ext(build_ext):
H A Dremove-host-libdir.patch14 @@ -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 D0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch58 @@ -228,7 +228,10 @@ class BuildExt(build_ext.build_ext):
/OK3568_Linux_fs/buildroot/package/libdnet/
H A D0002-python-makefile.patch13 …CC) -shared" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(PYTHON) setup.py build_ext -I$(PYINCDIR) -L…
/OK3568_Linux_fs/u-boot/scripts/dtc/pylibfdt/
H A DMakefile23 $(PYTHON) $< --quiet build_ext --inplace
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/
H A D0001-Do-not-add-usr-lib-termcap-to-linker-flags-to-avoid-.patch18 @@ -1149,7 +1149,6 @@ class PyBuildExt(build_ext):
H A D0001-Don-t-search-system-for-headers-libraries.patch17 @@ -854,8 +854,8 @@ class PyBuildExt(build_ext):
H A Davoid_warning_about_tkinter.patch21 @@ -1895,8 +1895,8 @@ class PyBuildExt(build_ext):

12