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:38:31 +0000 (17:38 +0100)
commit577a7efd4fd936696dc83cd64626a2c7e45cfda2
tree21ea7a8adfd145f8187639d52240ff553dc34b38
parent624574bdd1220afc653d8fa965bd690b004add24
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.

(From OE-Core rev: 5f48d53c5ed94b5c6aad9f73ff177aa35af90397)

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