diff options
author | Ross Burton <ross.burton@arm.com> | 2025-07-29 09:59:30 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-07-31 10:48:35 +0100 |
commit | f15ee6b09968a34d0b4ef21c85cc41f17dc155cc (patch) | |
tree | f3168dbb1c8d5470b266c8cab3404f40de94addf /meta/classes-recipe | |
parent | dfa34c27bd14e491b1e92b1545029321bfce4d34 (diff) | |
download | poky-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.bbclass | 1 |
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 @@ | |||
17 | inherit setuptools3-base | 17 | inherit setuptools3-base |
18 | 18 | ||
19 | B = "${WORKDIR}/build" | 19 | B = "${WORKDIR}/build" |
20 | do_configure[cleandirs] = "${B}" | ||
20 | 21 | ||
21 | SETUPTOOLS_BUILD_ARGS ?= "" | 22 | SETUPTOOLS_BUILD_ARGS ?= "" |
22 | SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \ | 23 | SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \ |