]> code.ossystems Code Review - openembedded-core.git/commit
package: Convert dylib handling from .la to otool
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Aug 2014 08:48:31 +0000 (09:48 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 3 Aug 2014 11:39:50 +0000 (12:39 +0100)
commite27573b6c3562662e4b2f5d8543eb7d150c3bc92
tree49d567f229f61bb31d2b99c8b7d61a0f421db1a4
parentbcada055f89c8722024faf20088943ea006cfe36
package: Convert dylib handling from .la to otool

Currently, the darwin shlibs detection is done by parsing the .la file
dependency fields. This is very old code and is incomplete in some
cases so convert to using otool -l and otool -L to correctly load
the rpath and dependency information.

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