diff mbox series

[1/3] Revert "python_setuptools_build_meta: clean the build directory in configure"

Message ID 20250801142711.3276119-1-ross.burton@arm.com
State New
Headers show
Series [1/3] Revert "python_setuptools_build_meta: clean the build directory in configure" | expand

Commit Message

Ross Burton Aug. 1, 2025, 2:27 p.m. UTC
This is not needed: setuptools.build_meta does the build under a new
temporary directory.

This reverts commit ad488915b0e802f5525f9d857112e5513376fcaf.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/classes-recipe/python_setuptools_build_meta.bbclass | 4 ----
 1 file changed, 4 deletions(-)
diff mbox series

Patch

diff --git a/meta/classes-recipe/python_setuptools_build_meta.bbclass b/meta/classes-recipe/python_setuptools_build_meta.bbclass
index f09f7e9a918..c7b12e53093 100644
--- a/meta/classes-recipe/python_setuptools_build_meta.bbclass
+++ b/meta/classes-recipe/python_setuptools_build_meta.bbclass
@@ -7,7 +7,3 @@ 
 inherit python_pep517
 
 DEPENDS += "python3-setuptools-native python3-wheel-native"
-
-# This isn't nice, but is the best solutions to ensure clean builds for now.
-# https://github.com/pypa/setuptools/issues/4732
-do_configure[cleandirs] = "${PEP517_SOURCE_PATH}/build"