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:54:02 +0000 (15:54 +0000)
commitf7ae691faf888e75c0c22b6939ea899435a3374c
tree5532178678cfcf43c0bd5155a53ee8fa0b0199c5
parentcbb12963d6b115651053430dd92696690766fbc6
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)

(From OE-Core rev: 5c7c8347eb1bc25d194be6f4be142ba0924e2600)

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