]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Improve shlibs needed data structure
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 7 Jul 2014 17:41:23 +0000 (18:41 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 10 Jul 2014 16:37:37 +0000 (17:37 +0100)
commitd3aa7668a9f001044d0a0f1ba2de425a36056102
treeb2e9ecfae1a98c235c6730aa1bf4932712b11cfd
parenta5776ae532d6af1e880ab1a712dc768c900f88db
package.bbclass: Improve shlibs needed data structure

Improve the shlibs 'needed' data structure to include the file and
any rpath information. This allows various cleanups to the data structure
and moves us closer to being able to resolve shlibs providers issues
based on path in due course.

This commit doesn't change any stored data, just cleans up internal data
structures (for example dropping the needed_from dict).

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