diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-12 16:18:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-17 10:53:57 +0100 |
commit | 72df57b3a5fee4e82d2428c164f39c00fdfdc9c2 (patch) | |
tree | e91afe2e5e724389ecd71bafad49fccd86185c6a /meta/recipes-devtools/gcc | |
parent | eb19ce2763a94656ddde5d60d3b6277873ca7097 (diff) | |
download | poky-72df57b3a5fee4e82d2428c164f39c00fdfdc9c2.tar.gz |
sstate.bbclass: Move crosssdk before cross to ensure correct variables are set
There was a bug showing up where the crosssdk recipes were being installed as machine
specific in the sstate-control directory. This turned out to be due to the architecture
fields used by sstate being set incorrectly. The problem is that the crosssdk inherits
the cross class. It therefore needs to be listed in this if statement block before
the cross check, not after.
This should resolve some package architecture issue of crosssdk sstate files.
(From OE-Core rev: 79fe28e6033273f9632ca7549d1599d3fd1463ef)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
0 files changed, 0 insertions, 0 deletions