]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Add optimisation for useradd injected dependencies
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 23 Jan 2013 14:28:31 +0000 (14:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Jan 2013 12:35:48 +0000 (12:35 +0000)
commit784ca68fcca4ffb34390d55d9343570cfdf0305f
treed9cc4dc23e5f976fa84177bd205b394c102f79d2
parent6107ee294afde395e39d084c33e8e94013c625a9
sstate: Add optimisation for useradd injected dependencies

useradd.bbclass adds sstate dependencies on base-passwd, shadow-native and
shadow-sysroot. Due to the way these are injected, they interact badly with
the other dependency validation logic and end up pulling in dependencies we
don't actually need. This patch adds code to optimise those cases out.

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