mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 15:29:40 +01:00
multilib.conf: overwrite conf files for debs
Similar to OPKG, overwrite conf files for APT (deb files). (From OE-Core rev: b1d29b8b05ea7ebdb04f53afc0003bc04d8e71ec) Signed-off-by: Benjamin Bara <benjamin.bara@skidata.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e223f6635a
commit
be4c2a0e0e
@@ -21,6 +21,7 @@ BBCLASSEXTEND:append = " ${MULTILIBS}"
|
||||
MULTILIB_GLOBAL_VARIANTS ?= "lib32 lib64 libx32"
|
||||
|
||||
OPKG_ARGS:append = " --force-maintainer --force-overwrite"
|
||||
APT_ARGS:append = " -o Dpkg::Options::=--force-confnew -o Dpkg::Options::=--force-overwrite"
|
||||
|
||||
# These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES
|
||||
# ${MLPREFIX}${BPN}
|
||||
|
||||
Reference in New Issue
Block a user