]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: allow shell-style wildcards in PRIVATE_LIBS
authorAlexander Kanavin <alex.kanavin@gmail.com>
Tue, 3 Sep 2019 16:32:41 +0000 (18:32 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 6 Sep 2019 13:56:05 +0000 (14:56 +0100)
commit732db32714c208d8eeeb90308926dc886ef7b791
tree3ec55019e453c8ab23992474e8462223093ebc08
parent86a8caa604bfafa7a03420e94276a3e98e2957db
package.bbclass: allow shell-style wildcards in PRIVATE_LIBS

PRIVATE_LIBS is used to exclude 'private' libraries from getting added to
automatic runtime dependency resolution. This variable currently has to list
all libraries by name, which becomes a maintenance issue if the list
of such libraries frequently changes, or is very large.

This change allows using shell-style wildcards in the variable, similar
to how FILES lists what gets packaged.

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/package.bbclass