]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
staging/multilib: Fix manifest corruption
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 8 Mar 2023 10:12:45 +0000 (10:12 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 16 Mar 2023 14:35:11 +0000 (04:35 -1000)
commit2b2da04c5e88529c74b44569919fdcc136c48cca
treec1a67c8cbd2335f4ae3ae405762f9696da6f346c
parentf586498fbaff190d48e4fc927e324c5371df4b17
staging/multilib: Fix manifest corruption

The previous fix wasn't enough to address all the possible ways the
manifests might be ordered. Rework the previous fix so it is tied
to the multilib cross-canadian code which is causing the problem.

RECIPE_SYSROOT_MANIFEST_SUBDIR is not documented as I'd hope nobody
ever needs to use this outside the core multilib code.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit beab42e00713880cd95a04729c892f8662fbcbed)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes-global/staging.bbclass
meta/classes/multilib.bbclass