]> code.ossystems Code Review - openembedded-core.git/commit
package: Create global package file list and use throughout PACKAGEFUNCS
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 Jan 2013 14:10:30 +0000 (14:10 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Feb 2013 15:51:29 +0000 (15:51 +0000)
commit5c7c8347eb1bc25d194be6f4be142ba0924e2600
tree67d419e2b248989129085523f1baad73cecdccb6
parentca2ee871f82dd0ba4122a8373e4efd21cec5722b
package: Create global package file list and use throughout PACKAGEFUNCS

Currently we do a signficant amount of tree traversal in many different places
which in inefficient. We can assume that the files don't change and cache the
file list which gives an efficiency improvement which this patch does using
a global variable.

(From OE-Core rev: 2d7608842d2dab07065e60aab729a5c8fd6b7907)

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