diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-24 15:10:49 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-24 16:18:57 +0000 |
commit | ccad07f35fb7f959e24fd50d04c7d10dd5cf20d0 (patch) | |
tree | f0a4c4447bd47ccc6971c6984cd1c7c0adc02cda /meta/recipes-support/lzo | |
parent | cf70e15f063716f3227d467ab1f4bfc0018286f6 (diff) | |
download | openembedded-core-ccad07f35fb7f959e24fd50d04c7d10dd5cf20d0.tar.gz openembedded-core-ccad07f35fb7f959e24fd50d04c7d10dd5cf20d0.tar.bz2 openembedded-core-ccad07f35fb7f959e24fd50d04c7d10dd5cf20d0.zip |
sstate: Drop 'SafeDep' code from setscene validation function
I have a feeling this code exists from the time before we had proper
coverage of one sstate task by another task. At that time it was a
"poor" persons version of that idea, we now have much better
code internal to bitbake which handles this.
Worse, this code actually breaks certain rebuild scenarios,
e.g.:
bitbake libtool-cross
bitbake libtool-cross -c cleansstate
rm tmp -rf
bitbake libtool-cross
would fail as binutils-cross wasn't installed from sstate.
The easiest fix is to remove the obsolete/broken code.
[YOCTO #5773]
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/lzo')
0 files changed, 0 insertions, 0 deletions