summaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-10-26 00:36:00 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-27 19:42:47 -0400
commitbdefb88c97366b381d60267f134746ef2594fa59 (patch)
treeb0c3571f56cc53f3449befafe89040f57a98702c /recipes-connectivity
parentec712fdccb9490fb134a3fe59cdc636d438948f5 (diff)
downloadmeta-ti-bdefb88c97366b381d60267f134746ef2594fa59.tar.gz
uim: Fix build breaks when toolchain is used from sstate
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@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-connectivity')
-rw-r--r--recipes-connectivity/uim/uim_8.5.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-connectivity/uim/uim_8.5.bb b/recipes-connectivity/uim/uim_8.5.bb
index ac9dc51c..72e2166f 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"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc"
16
17do_install() { 15do_install() {
18 install -d ${D}${bindir} 16 install -d ${D}${bindir}
19 install -m 0755 uim ${D}${bindir} 17 install -m 0755 uim ${D}${bindir}