summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-07-29 09:59:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-31 10:48:35 +0100
commitf15ee6b09968a34d0b4ef21c85cc41f17dc155cc (patch)
treef3168dbb1c8d5470b266c8cab3404f40de94addf /meta/classes-recipe
parentdfa34c27bd14e491b1e92b1545029321bfce4d34 (diff)
downloadpoky-f15ee6b09968a34d0b4ef21c85cc41f17dc155cc.tar.gz
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: 2575adeceedae72f6359c0a35ec5c5325a4ec363) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r--meta/classes-recipe/setuptools3_legacy.bbclass1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes-recipe/setuptools3_legacy.bbclass b/meta/classes-recipe/setuptools3_legacy.bbclass
index 166808a695..8197f443c9 100644
--- a/meta/classes-recipe/setuptools3_legacy.bbclass
+++ b/meta/classes-recipe/setuptools3_legacy.bbclass
@@ -17,6 +17,7 @@
17inherit setuptools3-base 17inherit setuptools3-base
18 18
19B = "${WORKDIR}/build" 19B = "${WORKDIR}/build"
20do_configure[cleandirs] = "${B}"
20 21
21SETUPTOOLS_BUILD_ARGS ?= "" 22SETUPTOOLS_BUILD_ARGS ?= ""
22SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \ 23SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \