mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
multilib: Avoid sysroot race issues when multilib enabled
Multilib changes RECIPE_SYSROOT which can make the value in PSEUDO_IGNORE_PATHS incorrect. Add the correct value, which fixes races over files in the sysroot. [YOCTO #14581] (From OE-Core rev: 64003e5e1b51c0cd561681b1ac13293546b8182b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -11,6 +11,8 @@ STAGING_DIR_TARGET = "${WORKDIR}/${MLPREFIX}recipe-sysroot"
|
||||
RECIPE_SYSROOT = "${WORKDIR}/${MLPREFIX}recipe-sysroot"
|
||||
RECIPE_SYSROOT:class-native = "${WORKDIR}/recipe-sysroot"
|
||||
|
||||
PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${MLPREFIX}recipe-sysroot"
|
||||
|
||||
INHERIT += "multilib_global"
|
||||
|
||||
BBCLASSEXTEND:append = " ${MULTILIBS}"
|
||||
|
||||
Reference in New Issue
Block a user