]> code.ossystems Code Review - openembedded-core.git/commit
package: Allow parallel processing of shlib analysis
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 20 Jul 2018 08:32:49 +0000 (08:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 24 Jul 2018 10:52:07 +0000 (11:52 +0100)
commitb5788fb1f795f2f35d1788d8311e12984ffb2122
treee0f77c9b79bd2211874406a1e0ed5525d874e73d
parent9f0c2ed5d44a16e8268ac521236c4752f930f26a
package: Allow parallel processing of shlib analysis

This function is a bit more invasive to add parallelism to but
allows the shlibs analysis to happen in multiple threads. In order
to return values correctly/safely the data types needed tweaking
to avoid lists and use immutable objects.

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