]> code.ossystems Code Review - openembedded-core.git/commit
sstate.bbclass: Move crosssdk before cross to ensure correct variables are set
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Jul 2012 15:18:23 +0000 (16:18 +0100)
committerSaul Wold <sgw@linux.intel.com>
Mon, 16 Jul 2012 15:36:58 +0000 (08:36 -0700)
commit79fe28e6033273f9632ca7549d1599d3fd1463ef
tree4dc3ef728d7a3c6a0559c2f58ca73a2f273d77c6
parent9c8000fdf696e234301a67d51dfeccc9bd1fcace
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.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/sstate.bbclass