]> code.ossystems Code Review - openembedded-core.git/commit
connman: disable version-scripts to fix crashes at startup
authorRoss Burton <ross.burton@intel.com>
Tue, 9 Aug 2016 11:12:02 +0000 (12:12 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 10 Aug 2016 09:45:33 +0000 (10:45 +0100)
commit0194531627735c1f5643ff1bd1bca27ca05c8e95
tree461da450dd1557391c285fb06a5a3d6c837f9c37
parent4c28c03a2322fbcb9a5c268b08eaeb71d940ee04
connman: disable version-scripts to fix crashes at startup

With binutils 2.27 on at least MIPS, connmand will crash on startup.  This
appears to be due to the symbol visibilty scripts hiding symbols that stdio
looks up at runtime, resulting in it segfaulting.

This certainly appears to be a bug in binutils 2.27 although the problem has
been known about for some time:

https://sourceware.org/bugzilla/show_bug.cgi?id=17908

As the version scripts are only used to hide symbols from plugins we can safely
remove the scripts to work around the problem until binutils is fixed.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/connman/connman/no-version-scripts.patch [new file with mode: 0644]
meta/recipes-connectivity/connman/connman_1.33.bb