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

git at git.openembedded.org git at git.openembedded.org
Mon Jan 6 00:22:53 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 c100f0547db165b898a2eb6d81027b1caac166ee
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