* [PATCH] uim: Fix build breaks when toolchain is used from sstate
@ 2016-10-25 18:36 Khem Raj
2016-10-25 18:43 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2016-10-25 18:36 UTC (permalink / raw)
To: meta-ti
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>
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] uim: Fix build breaks when toolchain is used from sstate
2016-10-25 18:36 [PATCH] uim: Fix build breaks when toolchain is used from sstate Khem Raj
@ 2016-10-25 18:43 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2016-10-25 18:43 UTC (permalink / raw)
To: Khem Raj; +Cc: meta-ti
Thanks.
On Tue, Oct 25, 2016 at 11:36:00AM -0700, Khem Raj wrote:
> 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>
> ---
> 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
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-25 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-25 18:36 [PATCH] uim: Fix build breaks when toolchain is used from sstate Khem Raj
2016-10-25 18:43 ` Denys Dmytriyenko
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.