]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Rewrite sonames data structure to include library path
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jul 2014 20:42:54 +0000 (21:42 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Jul 2014 16:37:38 +0000 (17:37 +0100)
commit5f48d53c5ed94b5c6aad9f73ff177aa35af90397
tree36fe7da00456f703a679fb01680d3a204253efe8
parentd3aa7668a9f001044d0a0f1ba2de425a36056102
package.bbclass: Rewrite sonames data structure to include library path

In order to do more advanced processing of the shared libraries, we need
to know where a given library is located on disk so we can know whether
its a system path or a private directory for example.

This patch adds this information into the 'sonames' data structure.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/package.bbclass