All of lore.kernel.org
 help / color / mirror / Atom feed
* Khem Raj : uim: Fix build breaks when toolchain is used from sstate
@ 2016-10-27 23:44 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-10-27 23:44 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: bdefb88c97366b381d60267f134746ef2594fa59
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=bdefb88c97366b381d60267f134746ef2594fa59

Author: Khem Raj <raj.khem@gmail.com>
Date:   Wed Oct 26 00:36:00 2016 +0000

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>

---

 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 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}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Khem Raj : uim: Fix build breaks when toolchain is used from sstate
@ 2016-10-27 23:44 Arago Project git
  0 siblings, 0 replies; 2+ messages in thread
From: Arago Project git @ 2016-10-27 23:44 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: krogoth
Commit: 8844d0e0b630226977a4103b586c246289f8148a
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=8844d0e0b630226977a4103b586c246289f8148a

Author: Khem Raj <raj.khem@gmail.com>
Date:   Wed Oct 26 00:36:00 2016 +0000

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>

---

 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 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}



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-10-27 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-27 23:44 Khem Raj : uim: Fix build breaks when toolchain is used from sstate Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2016-10-27 23:44 Arago Project git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.