diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-10-26 00:36:00 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-10-27 19:42:29 -0400 |
commit | 8844d0e0b630226977a4103b586c246289f8148a (patch) | |
tree | 81aa92e4e828a066ace99fa01fb95ccc48386ea9 | |
parent | a12e6e24e5ff57dc3f61b0a92bbb352bd1752941 (diff) | |
download | meta-ti-8844d0e0b630226977a4103b586c246289f8148a.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>
-rw-r--r-- | recipes-connectivity/uim/uim_8.5.bb | 2 |
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 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | EXTRA_OEMAKE = "CC=${TARGET_PREFIX}gcc" | ||
16 | |||
17 | do_install() { | 15 | do_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} |