Skip to content
Commit 60af398f authored by Matt Madison's avatar Matt Madison Committed by Richard Purdie
Browse files

autotools.bbclass: use ordinary append for file-checksums update



Commit 29daffc2 added an
anonymous python function to append the site file dependencies
for do_configure. This causes any recipe that inherits allarch
after autotools to end up with a different set of file checksums
for each machine, since the anonymous python would get processed
before the TARGET_ARCH changes in allarch.

Use an ordinary += assignment to fix this.

Signed-off-by: default avatarMatt Madison <matt@madison.systems>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
parent 0882095d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment