]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-common: Ensure checksums don't change to match old behaviour
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 May 2014 10:14:47 +0000 (11:14 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 3 May 2014 10:23:18 +0000 (11:23 +0100)
There is a fix about to go into bitbake to ensure that datastores
being accessed with a name other than "d" are correctly reflected
in checksums. This will cause this function to add in a number of
dependencies we don't want.

These do need to be properly unravelled in due course but would
only really affect multilib builds. For now therefore just exclude
the variables as per the old behaviour.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-common.inc

index 0d19575b5acd244b116080779fa42ebee918f101..66a18d974927d4c59c63f50ee62e8ef3b969f5b0 100644 (file)
@@ -63,7 +63,7 @@ def get_tune_parameters(tune, d):
     retdict['package_extra_archs'] = localdata.getVar('PACKAGE_EXTRA_ARCHS', True)
     return retdict
 
-get_tune_parameters[vardepsexclude] = "AVAILTUNES TUNE_CCARGS"
+get_tune_parameters[vardepsexclude] = "AVAILTUNES TUNE_CCARGS OVERRIDES TUNE_FEATURES BASE_LIB BASELIB TUNE_ARCH ABIEXTENSION TARGET_FPU TUNE_PKGARCH PACKAGE_EXTRA_ARCHS"
 
 DEBIANNAME_${MLPREFIX}libgcc = "libgcc1"