[oe-commits] Richard Purdie : multilib.conf: Workaround opkg multilib issues

git at git.openembedded.org git at git.openembedded.org
Sat Apr 13 22:50:08 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 6310e66cd62aab6109027a8dce9c56bf721bea92
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6310e66cd62aab6109027a8dce9c56bf721bea92

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Fri Apr 12 17:46:30 2013 +0100

multilib.conf: Workaround opkg multilib issues

Multilib with opkg hasn't worked since the --force-overwrite option was dropped in
http://git.yoctoproject.org/cgit.cgi/poky/commit/?id=88a9f6db3482623c9cb54fb03db1045051cec9f6

Since we merged the libexecdir changes, we also need the --force-maintainer flag
to avoid conf file conflicts.

Both these changes are suboptimal however the alternative is completely broken and
these changes only affect people who have multilibs enabled and use opkg.

[YOCTO #3453]

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/multilib.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 9a129f1..9ff06cc 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -14,3 +14,5 @@ INHERIT += "multilib_global"
 BBCLASSEXTEND_append = " ${MULTILIBS}"
 
 MULTILIB_GLOBAL_VARIANTS  = "lib32 lib64 libx32"
+
+OPKG_ARGS_append = " --force-maintainer --force-overwrite"





More information about the Openembedded-commits mailing list