Re: [OE-core] [PATCH] sstatesig: Move saferecipedeps handling to be earlier

2014-05-28 Thread Burton, Ross
On 28 May 2014 17:38, Richard Purdie wrote: > This change has no effect on existing uses but makes gcc-cross become > shared as desired. As the reporter of the problem to Richard I confirm that this fixes the problem. Ross -- ___ Openembedded-core mai

[OE-core] [PATCH] sstatesig: Move saferecipedeps handling to be earlier

2014-05-28 Thread Richard Purdie
We want to use the saferecipedeps handling code to allow gcc-cross-* to work on multiple different tunes. Its currently in target only code so it needs to be earlier to allow it to work on native-> target dependencies. This change has no effect on existing uses but makes gcc-cross become shared as