From 86c12726658421ab033e921f13a6a27bef508193 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 3 Nov 2014 08:35:44 +0100 Subject: [PATCH] ubl: Make sure we pass in the real compiler Starting with gcc-4.9.1 we will need to pass the --sysroot variable as otherwise the "stdint.h" of glibc will not be found. --- recipes-sysmobts/ubl/ubl_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-sysmobts/ubl/ubl_git.bb b/recipes-sysmobts/ubl/ubl_git.bb index 7163d48..a876323 100644 --- a/recipes-sysmobts/ubl/ubl_git.bb +++ b/recipes-sysmobts/ubl/ubl_git.bb @@ -27,7 +27,7 @@ do_compile() { unset LDFLAGS unset CFLAGS unset CPPFLAGS - oe_runmake BOARD=${BOARD_NAME} + oe_runmake BOARD=${BOARD_NAME} CC="$CC" } do_deploy() {