From 66aa8078661d7c1055bfb784d2301fbb7b526ddc Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Sun, 14 Jun 2015 10:31:02 +0200 Subject: [PATCH] barebox: pass CC to make This should fix a build error with poky master. --- recipes-bsp/barebox/barebox.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/barebox/barebox.inc b/recipes-bsp/barebox/barebox.inc index 26005f2..ed9fcea 100644 --- a/recipes-bsp/barebox/barebox.inc +++ b/recipes-bsp/barebox/barebox.inc @@ -22,7 +22,7 @@ do_compile () { unset LDFLAGS unset CFLAGS unset CPPFLAGS - oe_runmake + oe_runmake CC="$CC" } do_deploy () {