mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state
Paths to host tools that have been copied to ${HOSTTOOLS_DIR} may end
up in the sstate cache. They thus need to be corrected when restoring
from the sstate cache.
(From OE-Core rev: f8671aecf05a286dd2b34b07bb5fbbe0c31e26d0)
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
160c4fd9ae
commit
1d57ca352f
@@ -54,7 +54,7 @@ SSTATEPOSTCREATEFUNCS = ""
|
||||
SSTATEPREINSTFUNCS = ""
|
||||
SSTATEPOSTUNPACKFUNCS = "sstate_hardcode_path_unpack"
|
||||
SSTATEPOSTINSTFUNCS = ""
|
||||
EXTRA_STAGING_FIXMES ?= ""
|
||||
EXTRA_STAGING_FIXMES ?= "HOSTTOOLS_DIR"
|
||||
SSTATECLEANFUNCS = ""
|
||||
|
||||
# Check whether sstate exists for tasks that support sstate and are in the
|
||||
|
||||
Reference in New Issue
Block a user