[oe-commits] [meta-openembedded] 10/15: toybox: Fix configure failure

git at git.openembedded.org git at git.openembedded.org
Tue Mar 14 18:29:21 UTC 2017


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

martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit a08f230bdba14dce7e4fe1d3762a9287860acf90
Author: Paul Barker <pbarker at toganlabs.com>
AuthorDate: Mon Mar 13 17:48:57 2017 +0000

    toybox: Fix configure failure
    
    do_configure is currently failing as HOSTCC defaults to just 'cc' in the
    toybox Makefile.
    
    Signed-off-by: Paul Barker <pbarker at toganlabs.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-core/toybox/toybox_0.7.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-core/toybox/toybox_0.7.2.bb b/meta-oe/recipes-core/toybox/toybox_0.7.2.bb
index 93ef45b..8414658 100644
--- a/meta-oe/recipes-core/toybox/toybox_0.7.2.bb
+++ b/meta-oe/recipes-core/toybox/toybox_0.7.2.bb
@@ -16,6 +16,8 @@ SECTION = "base"
 
 TOYBOX_BIN = "generated/unstripped/toybox"
 
+EXTRA_OEMAKE = 'HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}"'
+
 do_configure() {
     oe_runmake defconfig
 

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


More information about the Openembedded-commits mailing list