mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
gcc: Ensure same sstate hashes for shared soruce directory
Ensure do_patch have the same sstate hashes for nativesdk variants of gcc family recipes, since they share the same source directory. (From OE-Core rev: afb400e9c3ddac604906bde44df5da29a6c134d9) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c62296dab6
commit
a2a03ba68b
@@ -109,3 +109,4 @@ 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"
|
||||
should_apply[vardepsexclude] = "PN"
|
||||
|
||||
Reference in New Issue
Block a user