mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 03:32:12 +02:00
waf: add ${B} to do_configure[cleandirs]
As waf is always out-of-tree, we can delete ${B} before every build.
(From OE-Core rev: 92bf649f16926f8e3b2f7b8aab9cd7f31bbc5082)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
85b6301c61
commit
b6e1e3150e
@@ -6,6 +6,7 @@ DISABLE_STATIC = ""
|
||||
WAF_PYTHON ?= "python3"
|
||||
|
||||
B = "${WORKDIR}/build"
|
||||
do_configure[cleandirs] += "${B}"
|
||||
|
||||
EXTRA_OECONF_append = " ${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user