]> code.ossystems Code Review - openembedded-core.git/commit
package.bbclass: Optimise the per file rpm handling
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Feb 2012 00:10:38 +0000 (00:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 10 Feb 2012 13:38:15 +0000 (13:38 +0000)
commit548037acd63bd4859f8de8d23a3d12f36ce9f97f
treed65113dd818bceb8668392c711a4ae85067f811c
parent4159ff761cf29a03aeb56c7686a4e7af02b52219
package.bbclass: Optimise the per file rpm handling

Currently a process was being forked off for each individual file
this class wanted to inspect with rpmdeps. This converts it to use
rpmdeps-oecore which allows batch processing of these dependencies.

For do_package for perl, this reduced the time by about 1 minute (33%).

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