diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-05 21:56:43 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-07 13:32:29 +0000 |
| commit | 330720015aa0974082905eefb3f5fc25309291f5 (patch) | |
| tree | 730d5aa6ef849a4a675d923ca948e01c881cbe35 | |
| parent | f09f9e82a6f7cbd7914bf21368fbdb9561de9770 (diff) | |
| download | poky-330720015aa0974082905eefb3f5fc25309291f5.tar.gz | |
python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS
(From OE-Core rev: b4bdfc78e8e1cb8b86221bc55d80d601ea1a065f)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-devtools/python/python3-cython_3.0.11.bb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_3.0.11.bb b/meta/recipes-devtools/python/python3-cython_3.0.11.bb index 1a42cdcdd0..980cb04636 100644 --- a/meta/recipes-devtools/python/python3-cython_3.0.11.bb +++ b/meta/recipes-devtools/python/python3-cython_3.0.11.bb | |||
| @@ -12,11 +12,6 @@ SRC_URI[sha256sum] = "7146dd2af8682b4ca61331851e6aebce9fe5158e75300343f80c07ca80 | |||
| 12 | inherit pypi setuptools3 | 12 | inherit pypi setuptools3 |
| 13 | UPSTREAM_CHECK_PYPI_PACKAGE = "Cython" | 13 | UPSTREAM_CHECK_PYPI_PACKAGE = "Cython" |
| 14 | 14 | ||
| 15 | # running build_ext a second time during install fails, because Python | ||
| 16 | # would then attempt to import cythonized modules built for the target | ||
| 17 | # architecture. | ||
| 18 | SETUPTOOLS_INSTALL_ARGS += "--skip-build" | ||
| 19 | |||
| 20 | do_install:append() { | 15 | do_install:append() { |
| 21 | # Make sure we use /usr/bin/env python3 | 16 | # Make sure we use /usr/bin/env python3 |
| 22 | for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do | 17 | for PYTHSCRIPT in `grep -rIl '^#!.*python' ${D}`; do |
