From 53cf1241fa4721ba89955146099749d05c5d7171 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Jan 2020 14:50:14 -0800 Subject: musl: Ensure that B is clean before configure task is run Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index e5cc869cb9..bdce412162 100644 --- a/meta/recipes-core/musl/musl.inc +++ b/meta/recipes-core/musl/musl.inc @@ -27,3 +27,5 @@ ARM_INSTRUCTION_SET_armv4 = "arm" # Enable out of tree build B = "${WORKDIR}/build" + +do_configure[cleandirs] = "${B}" -- cgit 1.2.3-korg