[oe-commits] [meta-openembedded] 12/19: toybox: Fix configure failure

git at git.openembedded.org git at git.openembedded.org
Thu Mar 16 23:41:00 UTC 2017


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

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

commit 82b589603ce1283f0e19554a43379741f05b3c62
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