diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 00:01:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:21 +0000 |
commit | 9bfd92243eced921f166d84b5a72d6f774e13413 (patch) | |
tree | b6b9640162f2cde1e0f99b5e53c0e85894bc94fe /meta/recipes-devtools/gcc/gcc-common.inc | |
parent | ffd875204fb656028aec41f9c9e78ca70e3c73c3 (diff) | |
download | poky-9bfd92243eced921f166d84b5a72d6f774e13413.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 6b61800a3e..d20be9f8ff 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -58,6 +58,8 @@ def get_tune_parameters(tune, d): | |||
58 | retdict['package_extra_archs'] = localdata.getVar('PACKAGE_EXTRA_ARCHS', True) | 58 | retdict['package_extra_archs'] = localdata.getVar('PACKAGE_EXTRA_ARCHS', True) |
59 | return retdict | 59 | return retdict |
60 | 60 | ||
61 | get_tune_parameters[vardepsexclude] = "AVAILTUNES" | ||
62 | |||
61 | # We really need HOST_SYS here for some packages and TARGET_SYS for others. | 63 | # We really need HOST_SYS here for some packages and TARGET_SYS for others. |
62 | # For now, libgcc is most important so we fix for that - RP. | 64 | # For now, libgcc is most important so we fix for that - RP. |
63 | SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" | 65 | SHLIBSDIR = "${STAGING_DIR_TARGET}/shlibs" |