mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
packagegroup-cross-canadian: repackage when TUNE_ARCH changes
(From OE-Core rev: 11c78268a2e9d333d615ce01b5a5bdc3d5546850) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
15070290a1
commit
647f065f80
@@ -16,3 +16,9 @@ RDEPENDS_${PN} = "\
|
||||
${@all_multilib_tune_values(d, 'GDB')} \
|
||||
meta-environment-${MACHINE} \
|
||||
"
|
||||
|
||||
# When TUNE_ARCH changes but MACHINE does not (for example when a machine definition is updated),
|
||||
# cross-canadian.bbclass prevents variable dependency propagation to TRANSLATED_TARGET_ARCH
|
||||
# This will result in erroneous reuse of previous sstate packages. The following line
|
||||
# establishes a direct dependency instead.
|
||||
do_package[vardeps] += "TUNE_ARCH"
|
||||
|
||||
Reference in New Issue
Block a user