]> code.ossystems Code Review - openembedded-core.git/commit
sstate: Fix rebuilds when changing layer config
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Aug 2021 12:47:21 +0000 (13:47 +0100)
committerSteve Sakoman <steve@sakoman.com>
Wed, 4 Aug 2021 19:57:23 +0000 (09:57 -1000)
commitbae9c6482271d53dc28d3c801fba467e268003bd
treee56b247827cbb36168ded780e820ddf70c1cf65b
parentca78e4550b56f7fb7d68684f5813ef89853702cc
sstate: Fix rebuilds when changing layer config

When adding a layer which changed SSTATE_EXCLUDEDEPS_SYSROOT, the state
hashes were changing when they should not. This was caused by wider use
of setscene_depvalid which means the dependency on the variable was seen
when it was previously not.

Exclude the variable since this should be be included in the hashes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 09725a29365c69ccbd603fe3a1de72189f26d5ac)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/sstate.bbclass