Skip to content
Commit 1b5e1c95 authored by Enrico Scholz's avatar Enrico Scholz Committed by Martin Jansa
Browse files

gitpkgv.bbclass: cache GITPKGV result



gitpkgv runs the 'git rev-list | wc -l' several times when processing a
package using GITPKGV.  This takes ages for packages like the linux
kernel which has a) a large repository and b) lots of subpackages.

This patch caches the result of 'git rev-list' and uses it on the next
run.

Signed-off-by: default avatarEnrico Scholz <enrico.scholz@sigma-chemnitz.de>
Signed-off-by: default avatarMartin Jansa <Martin.Jansa@gmail.com>
parent 9fabce58
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment