summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-11 11:01:12 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-12 21:09:01 +0000
commite3c5f6cace23d88bce2edbd16f774135bb13a958 (patch)
treefcb5bf6318aad7da968789e0946a1bca0df51a59 /meta/recipes-devtools
parenta4a603e0101f608ad17cdbf8e9e7105d6d225558 (diff)
downloadpoky-e3c5f6cace23d88bce2edbd16f774135bb13a958.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-cython_0.29.26.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-cython_0.29.26.bb b/meta/recipes-devtools/python/python3-cython_0.29.26.bb
index b1d21bd15c..26333cb271 100644
--- a/meta/recipes-devtools/python/python3-cython_0.29.26.bb
+++ b/meta/recipes-devtools/python/python3-cython_0.29.26.bb
@@ -8,7 +8,7 @@ RDEPENDS:${PN} += "\
8# running build_ext a second time during install fails, because Python 8# running build_ext a second time during install fails, because Python
9# would then attempt to import cythonized modules built for the target 9# would then attempt to import cythonized modules built for the target
10# architecture. 10# architecture.
11DISTUTILS_INSTALL_ARGS += "--skip-build" 11SETUPTOOLS_INSTALL_ARGS += "--skip-build"
12 12
13do_install:append() { 13do_install:append() {
14 # rename scripts that would conflict with the Python 2 build of Cython 14 # rename scripts that would conflict with the Python 2 build of Cython