diff options
author | Yuanjie Huang <yuanjie.huang@windriver.com> | 2015-06-29 16:07:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-01 15:38:22 +0100 |
commit | 0dbc895c58a1bb81467a20b154e068806278fc83 (patch) | |
tree | bdb6625854dd28e6873ef5952305252c7cfc12b4 /meta/recipes-connectivity | |
parent | 43cc77f6dd1615ec6797a159647a1ad677c1df23 (diff) | |
download | openembedded-core-0dbc895c58a1bb81467a20b154e068806278fc83.tar.gz openembedded-core-0dbc895c58a1bb81467a20b154e068806278fc83.tar.bz2 openembedded-core-0dbc895c58a1bb81467a20b154e068806278fc83.zip |
mklibs-native: avoid failure on symbol provided by application
Undefined symbols in a library can be provided by the application
that links to the library, such as `logsink' in libmultipath.so.0.
This fix checks the type of object in which the symbol is needed
and the existence of the symbol in application, when a symbol
cannot be provided by libraries. It prevents false alarm on absence
of symbols.
Signed-off-by: Yuanjie Huang <yuanjie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
0 files changed, 0 insertions, 0 deletions