mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
gcc-common: Exclude AVAILTUNES from sstate checksums
AVAILTUNES is only used as a sanity check, we don't need to include it in the sstate checksum in this case. If included it can cause problems when switching machines with a common package architecture. [YOCTO #3667] (From OE-Core rev: b1cc5a4055c6402595eac1a93eac4c946210d130) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -58,6 +58,8 @@ def get_tune_parameters(tune, d):
|
||||
retdict['package_extra_archs'] = localdata.getVar('PACKAGE_EXTRA_ARCHS', True)
|
||||
return retdict
|
||||
|
||||
get_tune_parameters[vardepsexclude] = "AVAILTUNES"
|
||||
|
||||
# We really need HOST_SYS here for some packages and TARGET_SYS for others.
|
||||
# For now, libgcc is most important so we fix for that - RP.
|
||||
SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs"
|
||||
|
||||
Reference in New Issue
Block a user