aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-02-18 09:16:12 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-02-18 09:16:12 +0100
commite274f00fa972447b44a4217b1aa2e7302891bb11 (patch)
tree99f3e7a3f819d4cc83763e0e701f38ee39929dd3
parentb89eec5de82885525d69c662ae143b66ed0dd74d (diff)
libgsm: Pass in CC variable to compile libgsm
It appears that in latest poky master the CC variable is not automatically passed to the build. The last good build was 7cd835177ae0208859f790c0c638cde908386d5c and now it was failing. Pass CC to the build.
-rw-r--r--recipes-isdn/libgsm/libgsm_1.0.14.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-isdn/libgsm/libgsm_1.0.14.bb b/recipes-isdn/libgsm/libgsm_1.0.14.bb
index 8d90ffc..690b40f 100644
--- a/recipes-isdn/libgsm/libgsm_1.0.14.bb
+++ b/recipes-isdn/libgsm/libgsm_1.0.14.bb
@@ -24,7 +24,7 @@ PARALLEL_MAKE = ""
do_compile(){
unset LD
- oe_runmake CCFLAGS="${CFLAGS}"
+ oe_runmake CCFLAGS="${CFLAGS}" CC="${CC}"
}
do_install(){