Re: [OE-core] [PATCH] gcc-cross: Don't reference machine specific variables

2012-01-25 Thread Martin Jansa
On Tue, Jan 24, 2012 at 05:09:30PM +, Richard Purdie wrote: > gcc-cross is installed into a package architecture specific directory > and is not meant to be machine specific. This patch replaces MACHINE_ARCH > with PACKAGE_ARCH to ensure this is really the case. > > This was found by examining

Re: [OE-core] [PATCH] gcc-cross: Don't reference machine specific variables

2012-01-24 Thread Khem Raj
On Tue, Jan 24, 2012 at 9:09 AM, Richard Purdie wrote: > gcc-cross is installed into a package architecture specific directory > and is not meant to be machine specific. This patch replaces MACHINE_ARCH > with PACKAGE_ARCH to ensure this is really the case. > > This was found by examining sstate c

[OE-core] [PATCH] gcc-cross: Don't reference machine specific variables

2012-01-24 Thread Richard Purdie
gcc-cross is installed into a package architecture specific directory and is not meant to be machine specific. This patch replaces MACHINE_ARCH with PACKAGE_ARCH to ensure this is really the case. This was found by examining sstate checksums. Signed-off-by: Richard Purdie --- diff --git a/meta/r