]> code.ossystems Code Review - openembedded-core.git/commit
autotools.bbclass: use ordinary append for file-checksums update
authorMatt Madison <matt@madison.systems>
Sat, 25 Sep 2021 11:00:38 +0000 (04:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 26 Sep 2021 13:34:51 +0000 (14:34 +0100)
commit60af398f520c938600205ef40e27f90e5342209c
tree0be16b695aa77402af8769119e0a31811d858d0b
parent0882095d608ce3abbcc9814517434c21ea549063
autotools.bbclass: use ordinary append for file-checksums update

Commit 29daffc2410f06f36b779d5bf1fd1ef6e900ca8f 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: Matt Madison <matt@madison.systems>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/autotools.bbclass