[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5028/8267] tzcode-native: Set cc to ${CC}



commit ea7818b8b52ddbc0c0baa2d5ecb85a8d1f97d844
Author: Richard Purdie <richard purdie linuxfoundation org>
Date:   Thu Mar 9 09:48:44 2017 +0000

    tzcode-native: Set cc to ${CC}
    
    Building on a system without "cc" showed this recipe doesn't respect
    the $CC variable. Fix this by passing the right option to the makefile.
    
    (From OE-Core rev: 402080c0a77443f541fa3d658b79f3fba327279d)
    
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../recipes-extended/tzcode/tzcode-native_2017a.bb |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-extended/tzcode/tzcode-native_2017a.bb 
b/meta/recipes-extended/tzcode/tzcode-native_2017a.bb
index 0daac53..2c26744 100644
--- a/meta/recipes-extended/tzcode/tzcode-native_2017a.bb
+++ b/meta/recipes-extended/tzcode/tzcode-native_2017a.bb
@@ -18,6 +18,8 @@ S = "${WORKDIR}"
 
 inherit native
 
+EXTRA_OEMAKE += "cc=${CC}"
+
 do_install () {
         install -d ${D}${bindir}/
         install -m 755 zic ${D}${bindir}/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]