]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 9 Mar 2023 21:06:28 +0000 (21:06 +0000)
commitbeab42e00713880cd95a04729c892f8662fbcbed
treea0ec98606703e9e0efe03fdab1e20c912b97f709
parentb2b33e387c523d5936f6948115a73772b2cf9f2b
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>
meta/classes-global/staging.bbclass
meta/classes/multilib.bbclass