diff options
| author | Benjamin Bara <benjamin.bara@skidata.com> | 2025-01-08 08:15:10 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-01-11 18:37:14 +0000 |
| commit | be4c2a0e0eac4f8fd14400dacd704a3589169719 (patch) | |
| tree | 7afabb13583bccb3502f3c7c56e4ed5ca04d8be9 | |
| parent | e223f6635a0b767111c96896a154c2ee249eb243 (diff) | |
| download | poky-be4c2a0e0eac4f8fd14400dacd704a3589169719.tar.gz | |
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>
| -rw-r--r-- | meta/conf/multilib.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 7bdfcd56aa..979ae50c72 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf | |||
| @@ -21,6 +21,7 @@ BBCLASSEXTEND:append = " ${MULTILIBS}" | |||
| 21 | MULTILIB_GLOBAL_VARIANTS ?= "lib32 lib64 libx32" | 21 | MULTILIB_GLOBAL_VARIANTS ?= "lib32 lib64 libx32" |
| 22 | 22 | ||
| 23 | OPKG_ARGS:append = " --force-maintainer --force-overwrite" | 23 | OPKG_ARGS:append = " --force-maintainer --force-overwrite" |
| 24 | APT_ARGS:append = " -o Dpkg::Options::=--force-confnew -o Dpkg::Options::=--force-overwrite" | ||
| 24 | 25 | ||
| 25 | # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES | 26 | # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES |
| 26 | # ${MLPREFIX}${BPN} | 27 | # ${MLPREFIX}${BPN} |
