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:40:41 +0000 (12:40 +0100)
commit2d2dcad255baf0f532f5020cbaa7819579e21e4c
treeb84bf30c9a10e640a73474b4ef3614f9cbccc433
parentac3ec863b0889811a7d79bda39857f572ade9dec
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.

(From OE-Core rev: e27573b6c3562662e4b2f5d8543eb7d150c3bc92)

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