Searched refs:build_ext (Results 1 – 16 of 16) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pyyaml/ |
H A D | 0001-Fix-builds-with-Cython-3.patch | 7 releases provided `Cython.Distutils.build_ext` as an alias to 9 alias and instead uses a wholly new `Cython.Distutils.build_ext` that 16 `Cython.Distutils.build_ext`. 43 - from Cython.Distutils import build_ext as _build_ext 47 + from Cython.Distutils import build_ext as _build_ext
|
/openbmc/linux/tools/perf/util/ |
H A D | setup.py | 46 from setuptools.command.build_ext import build_ext as _build_ext 49 class build_ext(_build_ext): class 116 cmdclass={'build_ext': build_ext, 'install_lib': install_lib})
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/libpwquality/files/ |
H A D | 0001-Use-setuptools-instead-of-distutils.patch | 71 -from distutils.command.build_ext import build_ext as _build_ext 74 +from setuptools.command.build_ext import build_ext as _build_ext
|
/openbmc/openbmc/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-address-openssl-3.x-build-issue.patch | 21 @@ -192,6 +192,7 @@ 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 | cross-compile-platform.patch | 9 @@ -169,24 +169,6 @@ class _M2CryptoBuildExt(build_ext.build_
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-m2crypto_0.40.1.bb | 30 DISTUTILS_BUILD_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR} -I${STAGING_INCDIR}" 31 DISTUTILS_INSTALL_ARGS += "build_ext --openssl=${STAGING_EXECPREFIXDIR}"
|
H A D | python3-crc32c_2.3.bb | 18 printf "[build_ext]\nplatform = ${TARGET_ARCH}" >> setup.cfg
|
/openbmc/u-boot/scripts/dtc/pylibfdt/ |
H A D | Makefile | 24 $(PYTHON2) $< --quiet build_ext --inplace
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pillow/ |
H A D | 0001-support-cross-compiling.patch | 27 @@ -408,12 +408,12 @@ class pil_build_ext(build_ext):
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-cython_3.0.9.bb | 8 # running build_ext a second time during install fails, because Python
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/ |
H A D | 0001-Update-Versioneer-to-0.22.patch | 2336 + if 'build_ext' in cmds: 2337 + _build_ext = cmds['build_ext'] 2339 + from setuptools.command.build_ext import build_ext as _build_ext 2341 + from distutils.command.build_ext import build_ext as _build_ext 2350 + # build_ext --inplace will only build extensions in 2361 + cmds["build_ext"] = cmd_build_ext
|
/openbmc/linux/tools/perf/ |
H A D | Makefile.perf | 644 --quiet build_ext; \
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 6182 -rw-r--r-- root root 31568 ./usr/lib/python3.8/distutils/command/build_ext.py 6219 …root 16137 ./usr/lib/python3.8/distutils/command/__pycache__/build_ext.cpython-38.opt-1… 6220 …root 14180 ./usr/lib/python3.8/distutils/command/__pycache__/build_ext.cpython-38.opt-2… 6221 … root 16137 ./usr/lib/python3.8/distutils/command/__pycache__/build_ext.cpython-38.pyc
|
H A D | buildhistory_filelist1.txt | 6180 -rw-r--r-- root root 31568 ./usr/lib/python3.8/distutils/command/build_ext.py 6217 …root 16119 ./usr/lib/python3.8/distutils/command/__pycache__/build_ext.cpython-38.opt-1… 6218 …root 14162 ./usr/lib/python3.8/distutils/command/__pycache__/build_ext.cpython-38.opt-2… 6219 … root 16119 ./usr/lib/python3.8/distutils/command/__pycache__/build_ext.cpython-38.pyc
|