mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
Revert "python_setuptools_build_meta: clean the build directory in configure"
This is not needed: setuptools.build_meta does the build under a new
temporary directory.
This reverts commit ad488915b0.
(From OE-Core rev: a532cb50151d773c1c351ffccf4d47a37f26f8aa)
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:
parent
ceb9efb446
commit
5e22ec20b4
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user