[oe-commits] [openembedded-core] 07/11: musl: Build outside of source tree

git at git.openembedded.org git at git.openembedded.org
Fri Jan 3 22:36:20 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.

commit 025a7a4007d4f6f64c861dc498dab68eaa650c2d
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Thu Jan 2 23:21:22 2020 -0800

    musl: Build outside of source tree
    
    musl does not use cmake/autotools etc. but plane old makefile basded
    build system, which means it does not get B defined to be outside S
    therefore define B explicitly to be outside S
    
    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 9aea2c3..e5cc869 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -25,3 +25,5 @@ MIPS_INSTRUCTION_SET = "mips"
 ARM_INSTRUCTION_SET_armv5 = "arm"
 ARM_INSTRUCTION_SET_armv4 = "arm"
 
+# Enable out of tree build
+B = "${WORKDIR}/build"

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


More information about the Openembedded-commits mailing list