Re: [oe] [meta-oe][PATCH] luajit: Fix build with SSTATE enabled

2013-03-22 Thread Martin Jansa
On Thu, Mar 14, 2013 at 02:05:58PM -0700, Khem Raj wrote: > luajit does not honor standard CC variables > so when its built from shared state it does > not compile because --sysroot is wrong. Applied, thanks! > > This patch fixes the problem by passing > the TOOLCHAIN_OPTONS to appropriate flags

[oe] [meta-oe][PATCH] luajit: Fix build with SSTATE enabled

2013-03-14 Thread Khem Raj
luajit does not honor standard CC variables so when its built from shared state it does not compile because --sysroot is wrong. This patch fixes the problem by passing the TOOLCHAIN_OPTONS to appropriate flags so that it gets the correct sysroot value Signed-off-by: Khem Raj --- meta-oe/recipes