]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Fix shared work preconfigure task handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 18 Jun 2014 16:58:18 +0000 (17:58 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jun 2014 16:54:55 +0000 (17:54 +0100)
commit72032f6dd6724663a3417b1d1b666d9a63fcbfdb
treec788038d1723857e8cf7a39226b7d26982c4e4ee
parent7dfa2b748866f95d337ab0165efe9fa28cfe3ae3
sstate: Fix shared work preconfigure task handling

When the preconfigure task was added to gcc, it wasn't added to sstate's list
of possible shared work tasks. This meant that diffsigs wasn't able to find
the preconfigure sigdata/info file since it has inconsistent naming.

This adds the task name to the list. Ideally this list would be autogenerated
or not even required, right now its a sanity test that the shared work
code works as intended so is best left as is.

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