From b660629c0c94ba9a18ae461d64838ed58b977e07 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 2 Jun 2026 10:09:38 +0200 Subject: [PATCH] setuptools3_legacy: ensure ${B} is clean We do builds in a separate directory in this class, so add it to cleandirs to ensure that it is empty. (From OE-Core rev: 9a32956dd5dcbcc380780bc25e4303280f2ca9f9) Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie (cherry picked from commit 2575adeceedae72f6359c0a35ec5c5325a4ec363) Signed-off-by: Yoann Congal Signed-off-by: Paul Barker --- meta/classes-recipe/setuptools3_legacy.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes-recipe/setuptools3_legacy.bbclass b/meta/classes-recipe/setuptools3_legacy.bbclass index 264b1f5cfb..45f567391d 100644 --- a/meta/classes-recipe/setuptools3_legacy.bbclass +++ b/meta/classes-recipe/setuptools3_legacy.bbclass @@ -17,6 +17,7 @@ inherit setuptools3-base B = "${WORKDIR}/build" +do_configure[cleandirs] = "${B}" SETUPTOOLS_BUILD_ARGS ?= "" SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \