From b060d4b76abdf7db4737d28749584d7da1d925eb 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 (From OE-Core rev: 53cf1241fa4721ba89955146099749d05c5d7171) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/musl/musl.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-core/musl') 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 v1.2.3-54-g00ecf