mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
dfa34c27bd
commit
f15ee6b099
@@ -17,6 +17,7 @@
|
||||
inherit setuptools3-base
|
||||
|
||||
B = "${WORKDIR}/build"
|
||||
do_configure[cleandirs] = "${B}"
|
||||
|
||||
SETUPTOOLS_BUILD_ARGS ?= ""
|
||||
SETUPTOOLS_INSTALL_ARGS ?= "--root=${D} \
|
||||
|
||||
Reference in New Issue
Block a user