[oe-commits] [openembedded-core] 02/02: musl: Ensure that B is clean before configure task is run

git at git.openembedded.org git at git.openembedded.org
Sun Jan 5 14:08:27 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4e660b88a4b9f492510abeccdf34a6e36b2af861
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Jan 3 14:50:14 2020 -0800

    musl: Ensure that B is clean before configure task is run
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 e5cc869..bdce412 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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list