]> 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>
Tue, 21 Mar 2023 02:38:51 +0000 (16:38 -1000)
commit271ac31e15d00d636e888a1f3b7d4e22e0b8267a
treee8558f29a29a14d98eeba024c412e71ec244797f
parenteb9c6f7ac91431a6296789c23900f2a3016ef619
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/multilib.bbclass
meta/classes/staging.bbclass