mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
gcc-common.inc: Ensure WORKDIR doesn't adversly affect sstate checksums
Changes in WORKDIR were changing the do_patch stamps between gcc-crosssdk and gcc-cross. This excludes the variable since in this case, we don't need want those changes to affect the signatures. (From OE-Core rev: 0de85d2ca3bc9674323302a35995dfddb6044a71) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -105,3 +105,7 @@ do_headerfix () {
|
|||||||
addtask headerfix after do_unpack before do_patch
|
addtask headerfix after do_unpack before do_patch
|
||||||
|
|
||||||
do_headerfix[vardepvalue] = "PATH"
|
do_headerfix[vardepvalue] = "PATH"
|
||||||
|
|
||||||
|
# We need to ensure that for the shared work directory, the do_patch singatures match
|
||||||
|
The real WORKDIR location isn't a dependency for the shared workdir.
|
||||||
|
src_patches[vardepsexclude] = "WORKDIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user