[meta-ti] [PATCH] uim: Fix build breaks when toolchain is used from sstate

Khem Raj raj.khem at gmail.com
Tue Oct 25 11:36:00 PDT 2016


CC is being redefined here but its not considering
the essential options to specify the sysroot as a result
this breaks on systems tied to sstate servers where the toolchain
might have had a different sysroot when built, in here
it fails to find the standard headers due to missing sysroot
options.

Deleting the extra oeconf works fine.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-connectivity/uim/uim_8.5.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-connectivity/uim/uim_8.5.bb b/recipes-connectivity/uim/uim_8.5.bb
index ac9dc51..72e2166 100644
--- a/recipes-connectivity/uim/uim_8.5.bb
+++ b/recipes-connectivity/uim/uim_8.5.bb
@@ -12,8 +12,6 @@ SRC_URI = "git://git.ti.com/ti-bt/uim.git"
 
 S = "${WORKDIR}/git"
 
-EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
-
 do_install() {
 	install -d ${D}${bindir}
 	install -m 0755 uim ${D}${bindir}
-- 
2.10.1



More information about the meta-ti mailing list