mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 14:02:22 +02:00
sstate.bbclass: make sure changes to SSTATE_SCAN_FILES are not ignored
When changing the SSTATE_SCAN_FILES variable in a recipe it doesn't cause a rebuild, so if there's a sstate-cache available with "bad" sstate data in it that will still be used even though the recipe is updated to address this. [YOCTO #13144] (From OE-Core rev: ea3526961920a229e0bb5fb459952be89fce2255) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ba0b32ebc3
commit
cc4e883a54
@@ -62,6 +62,7 @@ SSTATE_ARCHS = " \
|
||||
SSTATE_MANMACH ?= "${SSTATE_PKGARCH}"
|
||||
|
||||
SSTATECREATEFUNCS = "sstate_hardcode_path"
|
||||
SSTATECREATEFUNCS[vardeps] = "SSTATE_SCAN_FILES"
|
||||
SSTATEPOSTCREATEFUNCS = ""
|
||||
SSTATEPREINSTFUNCS = ""
|
||||
SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack"
|
||||
|
||||
Reference in New Issue
Block a user