From e274f00fa972447b44a4217b1aa2e7302891bb11 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 18 Feb 2016 09:16:12 +0100 Subject: 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. --- recipes-isdn/libgsm/libgsm_1.0.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){ -- cgit v1.2.3