[oe-commits] [openembedded-core] branch master updated: 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:24:44 UTC 2020


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

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

The following commit(s) were added to refs/heads/master by this push:
     new 53cf124  musl: Ensure that B is clean before configure task is run
53cf124 is described below

commit 53cf1241fa4721ba89955146099749d05c5d7171
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