1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00: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:
Khem Raj
2020-01-03 14:50:14 -08:00
committed by Richard Purdie
parent 4559a048c4
commit b060d4b76a
+2
View File
@@ -27,3 +27,5 @@ ARM_INSTRUCTION_SET_armv4 = "arm"
# Enable out of tree build
B = "${WORKDIR}/build"
do_configure[cleandirs] = "${B}"