]> code.ossystems Code Review - openembedded-core.git/commit
multilib_global: Fix multilib rebuild issue
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 25 Jun 2019 14:21:45 +0000 (15:21 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jun 2019 11:17:29 +0000 (12:17 +0100)
commita8dc13d4e4e34b061be5c2dd71f26cc0ad92a72e
tree2e73f35a0c53fc5fd8a415a382c76d939560ed2a
parent1b1ab93408c3ba72f855b2f4a028f1a917e9b551
multilib_global: Fix multilib rebuild issue

Building lttng-modules for a "lib32" multilib, then changing to a "lib64"
multilib with "lib32" removed doesn't rebuild lttng-modules.

This is due to the multilib pieces in RPROVIDES being added after RecipeParsed
which is after the signatures are generated.

Changing this to RecipeTaskPreProcess allows the multilib components to be
accounted for correctly in the task hashes.

This addresses failures on the autobuilder seen in lib64-core-image-sato-sdk
builds where lttng-modules was being reused from qemux86 world build's lib32
version.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/multilib_global.bbclass