mirror of
https://git.yoctoproject.org/poky
synced 2026-09-16 09:49:35 +02:00
musl: Ensure that B is clean before configure task is run
(From OE-Core rev: 53cf1241fa4721ba89955146099749d05c5d7171) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -27,3 +27,5 @@ ARM_INSTRUCTION_SET_armv4 = "arm"
|
|||||||
|
|
||||||
# Enable out of tree build
|
# Enable out of tree build
|
||||||
B = "${WORKDIR}/build"
|
B = "${WORKDIR}/build"
|
||||||
|
|
||||||
|
do_configure[cleandirs] = "${B}"
|
||||||
|
|||||||
Reference in New Issue
Block a user