sstate: Allow switching between linux and non-linux SDK builds within the same tmpdir
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Aug 2014 08:46:27 +0000 (09:46 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Aug 2014 11:40:40 +0000 (12:40 +0100)
commit9e3aae92240ee220715e097c6953236bae2fe8da
tree9fa91da4d45cd19b6c41c1128cfe8bcf938ad01f
parent7ca8c46d0c2cfc659c10246cfce57006ed0e6fc2
sstate: Allow switching between linux and non-linux SDK builds within the same tmpdir

Currently if you try and switch between linux/darwin/mingw SDK builds in the
same TMPDIR, things break. This is due to sstate not reflecting the SDK_OS in
the manifest names.

Since they are different, reflect this in the manifest naming and allow
this to work.

(From OE-Core rev: 7a0e1233ba196797f5f9bf862685dfae5511e751)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass
meta/classes/sstate.bbclass