]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Add SHLIB detection support for mingw targets
authorNathan Rossi <nathan@nathanrossi.com>
Tue, 21 Feb 2017 13:17:28 +0000 (23:17 +1000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 4 Mar 2017 10:42:34 +0000 (10:42 +0000)
commit7df031e1ffe409573753585ba2f1a82ff707ad7e
tree536e0f75027088a1fc221bdbeb2cbe44e2e04e68
parent0131abe2d94d6836a54bc1616566c3bf3f2d6eb0
package.bbclass: Add SHLIB detection support for mingw targets

Add support to detect dll files as shared objects as well as process
Windows .dll and .exe files to determine the runtime libraries
dependencies.

This implementation is sufficient to detect and map runtime library
dependencies between packages. And does not implement any version naming
conventions that might apply for .dll files (e.g. lib*-x.dll).

Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/package.bbclass