diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2023-08-01 10:03:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-08-10 09:18:53 +0100 |
commit | 71370b5ecd81e9c1cd569380d7a889dc156c8e51 (patch) | |
tree | accc11102848ac9bb6a7182e9ddd665f211c09d4 /meta/recipes-devtools/gcc/libgcc-initial.inc | |
parent | 418f1609598d3645d7f8a79fb1599e5c5d9904dc (diff) | |
download | poky-71370b5ecd81e9c1cd569380d7a889dc156c8e51.tar.gz |
gcc-crosssdk: ignore MULTILIB_VARIANTS in signature computation
The gcc_multilib_setup function is a function that is run at the
do_configure step, so it's counted into the signature computation.
The MULTILIB_VARIANTS this function uses is also extracted to be
taken into consideration. After the change of setting MULTILIB_VARIANTS
explictly vardeps on MULTILIBS, the change of MULTILIBS changes the
signature, thus causing rebuilding. However, in case of gcc-crosssdk,
the setting of multilib should have no effect on it, as it's used
to build nativesdk packages, not the target packages. So ignore
MULTILIB_VARIANTS in signature computation. This fixes oe-selftest
case sstatetests.SStateHashSameSigs2.test_sstate_nativesdk_samesigs_multilib.
(From OE-Core rev: 537c71162a711dec32a63a657c4b101269a3e267)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/libgcc-initial.inc')
0 files changed, 0 insertions, 0 deletions