[OE-core] [PATCH V2] musl: Ensure that B is clean before configure task is run

Khem Raj raj.khem at gmail.com
Fri Jan 3 22:50:14 UTC 2020


Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
v3: Rebase on master

 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}"
-- 
2.24.1



More information about the Openembedded-core mailing list