mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
multilib.conf: set MULTILIB_GLOBAL_VARIANTS conditionally
It is not entirely obvious that all reasonable configurations will have multilib.conf strictly before the file which might want to set MULTILIB_GLOBAL_VARIANTS. The x86-ish values here look like reasonable default guesses, but shouldn't override an explicit setting. (From OE-Core rev: 2645c07892abe79f73379b1ca4196f593cb3b330) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
55d66edd36
commit
ef32b9f55d
@@ -14,6 +14,6 @@ INHERIT += "multilib_global"
|
||||
|
||||
BBCLASSEXTEND_append = " ${MULTILIBS}"
|
||||
|
||||
MULTILIB_GLOBAL_VARIANTS = "lib32 lib64 libx32"
|
||||
MULTILIB_GLOBAL_VARIANTS ?= "lib32 lib64 libx32"
|
||||
|
||||
OPKG_ARGS_append = " --force-maintainer --force-overwrite"
|
||||
|
||||
Reference in New Issue
Block a user