mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
python3-cython: DISTUTILS_* -> SETUPTOOLS_*
Refactor to new SETUPTOOLS_* variables [YOCTO #14610] (From OE-Core rev: e30811c68906d35cd35cf03f5814a9a40fa45594) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a4a603e010
commit
e3c5f6cace
@@ -8,7 +8,7 @@ RDEPENDS:${PN} += "\
|
||||
# running build_ext a second time during install fails, because Python
|
||||
# would then attempt to import cythonized modules built for the target
|
||||
# architecture.
|
||||
DISTUTILS_INSTALL_ARGS += "--skip-build"
|
||||
SETUPTOOLS_INSTALL_ARGS += "--skip-build"
|
||||
|
||||
do_install:append() {
|
||||
# rename scripts that would conflict with the Python 2 build of Cython
|
||||
|
||||
Reference in New Issue
Block a user